Skip to content

v0.10.0

Compare
Choose a tag to compare
@generall generall released this 19 Sep 11:14
· 375 commits to master since this release
ddd2421

Changelog

  • Support for qdrant v0.10.0 + v0.10.1
  • betterproto grpc library replaces with grpcio, which perwords up to 20x faster serialization and doe snot require asyncio runtime
    • One drawback of grpcio is less intuitive datatypes, but we encourage you to use data structures provided by Pydantic instead, it includes better validation and easy-to-use interface. Pydantic structures will be automatically converted into protobuf ones.
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:

  • 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