Skip to content

v0.2.3 - Version Tracking & Hybrid Search

Choose a tag to compare

@antonellof antonellof released this 19 Dec 14:04
· 4 commits to main since this release

What's New

Point Version Tracking

  • Points now track their version number, starting at 0 and incrementing on each update
  • Version is included in all point responses (get, scroll, search, query)

Hybrid Search with RRF Fusion

  • Support for prefetch queries in the /points/query endpoint
  • Reciprocal Rank Fusion (RRF) to combine results from multiple search sources
  • Enables combining dense and sparse vector searches for better relevance

API Improvements

  • Sparse vector format support in queries ({"indices": [...], "values": [...]})
  • All point endpoints now return the version field

Installation

cargo install distx

Or with Docker:

docker run -p 6333:6333 distx:0.2.3