#4 · Primary category: Vector Databases
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
Project last updated:08/29/26
GitHub Stars
34.3K
Forks
2.6K
Contributors
191
License
Apache-2.0
Why we included this project
Qdrant is a vector database written in Rust that stores embeddings alongside JSON payload metadata, so each point can carry the business attributes you need to filter on. Its extended filtering support is the main reason teams pick it for production: you can combine approximate nearest-neighbor search with precise conditions on the payload in a single query, instead of retrieving candidates and filtering them in application code. That makes it a solid fit for semantic search and retrieval-augmented features where results have to respect real-world criteria. It runs as a self-hosted service with REST and gRPC APIs and official client libraries, and the same engine is available as a managed cloud offering, so moving from a local prototype to a deployed system is fairly direct. If you are choosing a vector store for a real product, Qdrant is worth benchmarking against your own data and query patterns.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
chroma
Search infrastructure for AI
doris
Apache Doris is a real-time analytics and hybrid search database for AI agents.