anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
432 stars 61 forks source link

Add qdrant - a vector similarity search engine #99

Open janriemer opened 3 years ago

janriemer commented 3 years ago

This adds qdrant - a vector similarity search engine with extended filtering support. Categories are clustering and data-structures (analog to the crate faiss). URL: https://github.com/qdrant/qdrant The crate is not hosted on crates.io.

llogiq commented 12 months ago

While Qdrant itself is not hosted on crates.io, the Rust client is: https://crates.io/crates/qdrant-client

janriemer commented 11 months ago

@llogiq Oh, interesting! Normally, I don't say this, but: Thank you for the pointer (pun intended)! 😜