Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
491 stars 63 forks source link

Bump Qdrant dependency to 1.10 with new API client #178

Closed timvisee closed 2 months ago

timvisee commented 2 months ago

With Qdrant 1.10 we released a new API client for Rust. The client is easier to work with, and more importantly, a lot more robust to prevent breakage with future updates.

This PR bumps the Qdrant client to use the new API client.

Note that this still supports older Qdrant versions before 1.10.

Continuation after: https://github.com/Abraxas-365/langchain-rust/pull/175