qdrant / rust-client

Rust client for Qdrant vector search engine
https://crates.io/crates/qdrant-client
Apache License 2.0
208 stars 43 forks source link

Kind request for more examples and demos #107

Open gwpl opened 2 months ago

gwpl commented 2 months ago

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?

timvisee commented 2 months ago

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.

gwpl commented 2 months ago

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