rust-client icon indicating copy to clipboard operation
rust-client copied to clipboard

Kind request for more examples and demos

Open gwpl opened this issue 1 year ago • 2 comments

Kind request for people considering to try qdrant with Rust programs. Could you create more tutorials and examples that illustrate also how to use rust-client together e.g. with https://github.com/pepperoni21/ollama-rs generated embeddings, and other potential libraries/solutions?

gwpl avatar Apr 27 '24 13:04 gwpl

We have a lot of examples over on our documentation showing each available function: https://qdrant.tech/documentation/

We're currently doing a Rust client rewrite, which means that the interface might change in some time. The idea is to greatly improve it because it can be a bit cumbersome to use at this time. We'll probably provide more examples once that process is done.

timvisee avatar Apr 29 '24 08:04 timvisee

Looking forward! And providing multiple [tiny programs in examples directory] can help a lot!

gwpl avatar Apr 29 '24 09:04 gwpl

You can also refer to https://api.qdrant.tech for snippets of the improved SDK.

Anush008 avatar Aug 22 '24 06:08 Anush008