-
Notifications
You must be signed in to change notification settings - Fork 40
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
Uncaught TypeError: self.crypto.randomUUID is not a function when trying to generate a query using openAI #1051
Labels
type/bug
Something isn't working
Comments
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 👍 |
sd2k
added a commit
that referenced
this issue
Oct 14, 2024
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 Thanks. |
adamyeats
pushed a commit
that referenced
this issue
Oct 31, 2024
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
added a commit
that referenced
this issue
Nov 5, 2024
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
added a commit
that referenced
this issue
Feb 12, 2025
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
added a commit
that referenced
this issue
Feb 12, 2025
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment Details
Installed last version of Grafana(11.2.0)
![Image](https://private-user-images.githubusercontent.com/11438471/376157390-e92d943c-b51c-4d9c-bef0-a52a533fa353.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Nzg0MDYsIm5iZiI6MTczOTY3ODEwNiwicGF0aCI6Ii8xMTQzODQ3MS8zNzYxNTczOTAtZTkyZDk0M2MtYjUxYy00ZDljLWJlZjAtYTUyYTUzM2ZhMzUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzNTUwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkYmViNTdlNGEwYjJiODZkNDQ1YmFlNjhiNzEyYWQ2YmYxNmQ2YWYwYjAyNDM2YzE4MDU2Y2ZjYWFlZGE2ODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3u2ghI-P66OJZCbMdup4IK988CLfyXGzc_Lhdnj9Sns)
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: