You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed last version of Grafana(11.2.0)
Installed last version of LLM plugin(0.10.9)
Installed last version of Azure Data Explorer data source for Grafana (5.0.7)
Configured the plugin with Azure OpenAI
with 2 Models Base / Large
How to reproduce the problem:
Create a Dashboard
Create a Panel
Use Azure Data Explorer Database as a Data Source
Use the OpenAI option to generate a query
Write something like "Get me 5 samples of the data" and click on Generate query
A loading icon will appear inside the Generate query Button but nothing happens.
The console logs show the following error:
The text was updated successfully, but these errors were encountered:
Thanks for the report @Mcamin. I've transferred it to the repository for the datasource itself, which appears to be using a deprecated package for LLM support, but I'll work on a fix soon 👍
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.
Fixes#1051.
sd2k
linked a pull request
Oct 14, 2024
that will
close
this issue
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.
Fixes#1051.
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.
Environment Details
Installed last version of Grafana(11.2.0)
Installed last version of LLM plugin(0.10.9)
Installed last version of Azure Data Explorer data source for Grafana (5.0.7)
Configured the plugin with Azure OpenAI
with 2 Models Base / Large
How to reproduce the problem:
The text was updated successfully, but these errors were encountered: