Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: migrate to @grafana/llm package for OpenAI functionality #1052

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. fix: migrate to @grafana/llm package for OpenAI functionality

    The @grafana/experimental package is being deprecated so development
    of LLM-related functionality has been moved to a separate package.
    
    The API is exactly the same so this _should_ just work.
    
    I've had to fix the resolution of some Grafana packages which were
    otherwise being duplicated because the @grafana/llm package has quite
    a loose dependency range; without this, we had both version 10.4.1 and
    11.3.0 of the various Grafana packages (and all of their
    subdependencies) which was causing tests to fail.
    
    Fixes #1051.
    sd2k committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d9427ac View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Remove resolutions for @grafana packages

    I think this is fine now that the correct versions are in the yarn.lock...
    sd2k committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d2d6b99 View commit details
    Browse the repository at this point in the history