v0.8.0
Change log
- Support for Qdrant v0.8.0
What's Changed
- All methods are now have custom implementation in the
QdrantClient
- E.g. use
client.get_collection("my_collection")
instead ofclient.http.collections_api.get_collection("my_collection")
- E.g. use
- Points update and query APIs are now supporting gPRC mode
- gPRC and REST structures are automatically inter-convertible
Bug Fixes
- bool parsing in conditions filter fixed