v0.2.3 - Version Tracking & Hybrid Search
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
prefetchqueries in the/points/queryendpoint - 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
versionfield
Installation
cargo install distxOr with Docker:
docker run -p 6333:6333 distx:0.2.3