Skip to content

v0.10.0

Compare
Choose a tag to compare
@generall generall released this 19 Sep 11:20
· 263 commits to master since this release
1dd815e

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.