Skip to content

v0.8.0

Compare
Choose a tag to compare
@generall generall released this 08 Jun 11:59
· 441 commits to master since this release
eb15dc3

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 of client.http.collections_api.get_collection("my_collection")
  • 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