v0.10.0
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
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
impl Into
conversion is available for Vector
, Vectors
, WithVectorsSelector
, which makes usage of higher level API esier.