Skip to content

Commit

Permalink
chore: release extension 0.6.0 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie authored Dec 10, 2024
1 parent 0146781 commit 77f3863
Show file tree
Hide file tree
Showing 8 changed files with 17,120 additions and 4 deletions.
16 changes: 16 additions & 0 deletions projects/extension/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

# Pgai extension release notes

## 0.6.0 (2024-12-10)

This release adds support for using Voyage AI in a vectorizer, and loading
datasets from hugging face.

### New features and improvements

- Use the `ai.voyageai_embed`, and `ai.embedding_voyageai` functions to use Voyage AI for vector embeddings 1b56d62295faf996697db75f3a9ac9391869a3bb.
- Add `ai.load_dataset` to load datasets from hugging face 29469388f22d15ae79e293f8151ef0a730820b3c.
- Change the type of `keep_alive` parameter from `float8` to `text` 0c747418efc70d656330f605195bf0d2c164bec2
- Remove `truncate` parameter from Ollama/Voyage APIs ecda03cf5d27f750db534801719413d0abcfa557

### Fixes

- Fix Anthropic tool use 2cb2fe9c55f44da82e605a47194428a11f77f9de.

## 0.5.0 (2024-11-26)

This release adds support for using Ollama in a vectorizer, and fixes a bug
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1-dev"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion projects/extension/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
def versions() -> list[str]:
# ADD NEW VERSIONS TO THE FRONT OF THIS LIST! STAY SORTED PLEASE
return [
"0.5.1-dev",
"0.6.0", # released
"0.5.0", # released
"0.4.1", # released
"0.4.0", # released
Expand Down
Loading

0 comments on commit 77f3863

Please sign in to comment.