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/ observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14.5
- age_days: 2286
- days_rel: 28
- days_push: 7
- n_releases_24m: 35
Adoption not part of the score
34210 stars · 2615 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Qdrant is an open-source, production-ready vector database and similarity search engine written in Rust, supporting dense, sparse, and multivector embeddings with rich JSON payload filtering and hybrid search. It ships as a self-hostable service, a managed cloud offering, client libraries, and an MCP server for AI agent integration.
Use cases
- build semantic search over documents with embeddings
- store and query vectors for a RAG pipeline
- recommend similar products with filtered similarity search
- hybrid search combining dense and sparse embeddings with reranking
- find nearest neighbors in image or text embedding spaces
- self-host a vector database for AI applications
- give AI agents vector search via MCP
When to choose
- you need production-grade vector search with metadata filtering at scale
- you want hybrid search with dense, sparse, and late-interaction (ColBERT) vectors
- you need a self-hosted or managed vector store with client libraries in many languages
- you need filterable ANN search without recall loss
When to avoid
- you only need exact k-NN on small datasets where a library like FAISS suffices
- your workload is purely relational/SQL with no vector similarity needs
- you need a full general-purpose document search engine with text analysis rather than vector retrieval
Facets
service · maturity stable
vector-database search-engine database rag databases artificial-intelligence machine-learning rust self-hosted cloud python cross-platform hnsw embeddings similarity-search hybrid-search semantic-search recommender-systems mcp-server ann search retrieval-augmented-generation docker
10 sources
- readme: https://github.com/qdrant/qdrant · fetched 2026-08-28 · a657fef10581
- homepage: https://qdrant.tech · fetched 2026-08-29 · 3a940f8331f4
- site_page: https://qdrant.tech/documentation · fetched 2026-08-29 · 4376d5731049
- site_page: https://qdrant.tech/about-us · fetched 2026-08-29 · de7657e5be36
- site_page: https://qdrant.tech/documentation/manage-data/payload · fetched 2026-08-29 · a4059d7e6234
- site_page: https://qdrant.tech/documentation/search/hybrid-queries · fetched 2026-08-29 · f0b1a8d057ed
- site_page: https://qdrant.tech/documentation/tutorials-search-engineering/using-multivector-representations · fetched 2026-08-29 · 567cd3e62667
- site_page: https://qdrant.tech/documentation/tutorials-basics/reranking-hybrid-search · fetched 2026-08-29 · c6a8dfb4d283
- registry_crates: https://crates.io/api/v1/crates/qdrant · fetched 2026-08-29 · f037703c8b16
- registry_pypi: https://pypi.org/pypi/qdrant-client/json · fetched 2026-08-29 · 4683fcda01df
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qdrant/qdrant | main | 98 |
| qdrant/mcp-server-qdrant | plugin | 69 |
| qdrant/qdrant-client | sdk | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem