qdrant / rust-client

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

Upgrade dev to tonic 0.12 #164

Closed xmakro closed 2 months ago

timvisee commented 2 months ago

Apparently this also required regenerating the qdrant.rs files. The interface remained the same, but some internals changed with this version bump.

I've done this in https://github.com/qdrant/rust-client/pull/166.

timvisee commented 2 months ago

@xmakro We've released 1.10.2 including this change: https://github.com/qdrant/rust-client/releases/tag/v1.10.2

xmakro commented 2 months ago

Thanks! I can confirm that this worked well