JamesGuthrie
released this
17 Dec 11:33
·
62 commits
to main
since this release
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
, andai.embedding_voyageai
functions to use Voyage AI for vector embeddings 1b56d62. - Add
ai.load_dataset
to load datasets from hugging face 2946938. - Change the type of
keep_alive
parameter fromfloat8
totext
0c74741 - Remove
truncate
parameter from Ollama/Voyage APIs ecda03c
Fixes
- Fix Anthropic tool use 2cb2fe9.
Full Changelog: extension-0.5.0...extension-0.6.0