Skip to content

v1.10.0

Compare
Choose a tag to compare
@generall generall released this 01 Jul 20:11
· 30 commits to master since this release
1a8612a

Change log

A huge update for the Qdrant Rust client. This update fully revised the crate to make it a lot more enjoyable to work with.

The API interface has been significantly simplified, and types have been reorganized. Operations are more direct, no more need for boilerplate code. All operations and their types now use the builder pattern, providing an easy and extensible interface, preventing breakage with future updates. Documentation has been improved as well. Operations are divided in different categories and show a simple usage example. It now also links to the respective generic documentation.

Documentation:

The old client remains usable but has been deprecated. We recommend to switch to the new client instead.

Improvements

  • Add new Qdrant client with a much better interface, see examples
  • Support for Qdrant 1.10.x API

Thanks to @JojiiOfficial @timvisee for their contributions!