v0.6.0 (2024-04-25)
Highlights in this release are an extended interface, experimental WebAssembly bindings, and the option to use a custom Ollama URL. But also the fact that three people contributed to this release! Thank you so much! 🙇♂️
Added
- Added
Collection.Delete()
to delete documents from a collection (PR #63 by @iwilltry42) - Added an experimental WebAssembly binding (package
wasm
) and example (PR #69)
Improved
- Use prefixes for
nomic-embed-text
model in RAG-Wikipedia-Ollama example (PR #49, #65)- Thanks @rinor for pointing out the bug!
- Made Ollama URL configurable (PR #64 by @erikdubbelboer)
- Added building of code examples to CI (PR #66)
- Improved RAG template (PR #67)
Breaking changes
NewEmbeddingFuncOllama
now requires a second parameter for the base URL. But it can be empty to use the default which was also used in the past.
New Contributors
- @rinor made their first contribution by suggesting a fix in #49
- @iwilltry42 made their first contribution in #63
- @erikdubbelboer made their first contribution in #64
Full Changelog: v0.5.0...v0.6.0