Skip to content

Commit

Permalink
chore: release extension 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Nov 26, 2024
1 parent 3953779 commit 1bcabe2
Show file tree
Hide file tree
Showing 7 changed files with 11,965 additions and 3 deletions.
13 changes: 13 additions & 0 deletions projects/extension/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

# Pgai extension release notes

## 0.5.0 (2024-11-26)

This release adds support for using Ollama in a vectorizer, and fixes a bug
introduced in 0.4.1.

### New features and improvements

- Use the `ai.embedding_ollama` function to configure a vectorizer to use an Ollama API 6a4a449e99e2e5e62b5f551206a0b28e5ad40802.

### Fixes

- Allow members of source table to create vectorizer 39537792048b64049b252ee11f1236b906e0b726.

## 0.4.1 (2024-11-19)

This release focuses on improving reliability, performance, and maintainability
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.4.2-dev"
__version__ = "0.5.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.4.2-dev",
"0.5.0", # released
"0.4.1", # released
"0.4.0", # released
"0.3.0", # deprecated
Expand Down
Loading

0 comments on commit 1bcabe2

Please sign in to comment.