v0.10.0
Changelog
- Support for qdrant v0.10.0 + v0.10.1
betterproto
grpc library replaces withgrpcio
, 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.
- One drawback of
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
anddistance
are replaced withvectors_config
field_type
replaced withfield_schema
in payload indexing requestwith_vector
param replaced withwith_vectors
, allowing to specify which exact vector to returnvector
replaced withvectors
and according data structure in point update APIs