Skip to content

v0.6.1

Choose a tag to compare

@heyhayes heyhayes released this 22 Feb 09:46
· 42 commits to main since this release

Patch release from code review fixes.

  • Fix: Move OnnxEmbedder out of backend.py into embedder.py — protocol module no longer imports chromadb or numpy, fixing import failures for qdrant-only installs
  • Fix: RRF fusion scores in hybrid search now use 1/score instead of 1-score, producing meaningful distance values
  • Hardcode MiniLM-L6-V2 dimension to 384 instead of embedding "test" on startup