Skip to content

v0.6.1

Choose a tag to compare

@monatis monatis released this 10 Mar 19:48
· 594 commits to master since this release

Improvements

  • This release includes initial support for the GRPC interface to the Qdrant engine.
  • In our benchmarks, we found out that it is about 3 times faster than the REST interface in the initial upload.

Notes

  • The GRPC interface is still under development, and we hope to fully support it in upcoming releases.
  • The REST interface will remain in use because it's easy to debug and make experiments, e.g., with CURL calls.
  • See Readme for a usage example, or read the related blog post.