v0.2.2 - Full Qdrant API Parity
What's New
Sparse Vector Support
- Full support for sparse vectors with
indices/valuesformat - Sparse-only collections now work correctly
Advanced Filtering
- Complete filter parsing with
must,should,must_notconditions - Support for
matchconditions (value, any, text) - Support for
rangeconditions (gt, gte, lt, lte)
New API Endpoints
- Payload operations: set, overwrite, delete, clear
- Vector operations: update, delete
- Field index management: create, delete
- Collection aliases: create, delete, rename, list
- Batch update operations
- Service endpoints:
/livez,/readyz,/metrics,/issues - Search groups, discover, and facet endpoints
- Full storage snapshot management
Bug Fixes
- Fixed scroll filtering for non-existent fields
- Fixed dimension validation for sparse-only collections
Installation
cargo install distxOr with Docker:
docker pull ghcr.io/antonellof/distx:0.2.2