v0.10.0
Changelog
- Support for qdrant v0.10.0 + v0.10.1
betterprotogrpc library replaces withgrpcio, which perwords up to 20x faster serialization and doe snot require asyncio runtime- One drawback of
grpciois 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_sizeanddistanceare replaced withvectors_configfield_typereplaced withfield_schemain payload indexing requestwith_vectorparam replaced withwith_vectors, allowing to specify which exact vector to returnvectorreplaced withvectorsand according data structure in point update APIs