Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
bump to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Oct 17, 2023
1 parent 3e9390c commit f64a2c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

All notable changes to this project will be documented in this file.

## v1.7.4

- Add support for filtered vector search
- Handle error messages in OpenAI chat completion streams
- Fix expected field names in type in health check details

## v1.7.3

- Add UUID to streaming OpenAI requests
- Add health check in enabled functions

## v1.7.2

- Fix API return code matching in vector search support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/experimental",
"version": "1.7.3",
"version": "1.7.4",
"description": "Experimental Grafana components and APIs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f64a2c2

Please sign in to comment.