Skip to content

v0.2.2 - Full Qdrant API Parity

Choose a tag to compare

@antonellof antonellof released this 19 Dec 13:48
· 4 commits to main since this release

What's New

Sparse Vector Support

  • Full support for sparse vectors with indices/values format
  • Sparse-only collections now work correctly

Advanced Filtering

  • Complete filter parsing with must, should, must_not conditions
  • Support for match conditions (value, any, text)
  • Support for range conditions (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 distx

Or with Docker:

docker pull ghcr.io/antonellof/distx:0.2.2