Skip to content

Releases: qdrant/rust-client

1.1.2

03 May 14:15
Compare
Choose a tag to compare

This is a minor release with two important changes

  • Payload can be built from JSON
  • Protoc is no longer required to build the project

Improvements

New Contributors

Full Changelog: v1.1.1...v1.1.2

v0.10.1

19 Sep 14:58
af108ed
Compare
Choose a tag to compare

Backward compatibility release

Proposed update process with minimal downtime:

  1. Update qdrant from v0.9.1 -> v0.10.0
  2. Update qdrant client to v0.10.0
  3. Update qdrant to v0.10.1
  4. Update qdrant client to v0.10.1
Version compatibility client v0.9.x client v0.10.0 client v0.10.1
qdrant v0.9.1 + - -
qdrant v0.10.0 + +
qdrant v0.10.1 - + +

v0.10.0

19 Sep 11:20
1dd815e
Compare
Choose a tag to compare

Changelog

  • Support for qdrant v0.10.0 and v0.10.1
Version compatibility client v0.9.x client v0.10.0 client v0.10.1
qdrant v0.9.1 + - -
qdrant v0.10.0 + +
qdrant v0.10.1 - + +

API changes:

API changes:

  • vector_size and distance are replaced with vectors_config
  • field_type replaced with field_schema in payload indexing request
  • with_vector param replaced with with_vectors, allowing to specify which exact vector to return
  • vector replaced with vectors and according data structure in point update APIs

impl Into conversion is available for Vector, Vectors, WithVectorsSelector, which makes usage of higher level API esier.