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.9, preemptively fix 1.10 compiler error #175

Closed timvisee closed 2 months ago

timvisee commented 2 months ago

This PR does two things.

First of all it bumps the Qdrant client dependency to the latest available; 1.9.

It also preemptively changes the way we convert payloads to prevent a compilation error once Qdrant client 1.10 is released.

Abraxas-365 commented 2 months ago

Thanksss