Skip to content

Commit

Permalink
Merge pull request #47 from grafana/release-0.2.0
Browse files Browse the repository at this point in the history
Release version 0.2.0
  • Loading branch information
sd2k authored Sep 14, 2023
2 parents 67d7394 + 23f9109 commit 338b927
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.0

* Expose vector search API to perform semantic search against a vector database using a configurable embeddings source

## 0.1.0

* Support proxying LLM requests from Grafana to OpenAI
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ user feedback.
To install this plugin, use the `GF_INSTALL_PLUGINS` environment variable when running Grafana:

```sh
GF_INSTALL_PLUGINS=https://storage.googleapis.com/integration-artifacts/grafana-llm-app/main/latest/grafana-llm-app-0.1.0.zip; grafana-llm-app
GF_INSTALL_PLUGINS=grafana-llm-app
```

or alternatively install using the Grafana CLI:

```sh
grafana cli --pluginUrl=https://storage.googleapis.com/integration-artifacts/grafana-llm-app/main/latest/grafana-llm-app-0.1.0.zip plugins install grafana-llm-app
grafana cli plugins install grafana-llm-app
```

The plugin can then be configured either in the UI or using provisioning, as shown below.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llm",
"version": "0.1.0",
"version": "0.2.0",
"description": "Plugin to easily allow llm based extensions to grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 338b927

Please sign in to comment.