Skip to content

v0.6.0 (2024-04-25)

Latest
Compare
Choose a tag to compare
@philippgille philippgille released this 25 Apr 21:11
· 29 commits to main since this release

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

Full Changelog: v0.5.0...v0.6.0