Qdrant
Store and search embeddings at scale — self-host free and open source, or run managed Qdrant Cloud billed by infrastructure resources rather than per query.
Alternatives
Overview
Qdrant is an open-source, high-performance vector database and similarity search engine written in Rust, designed for production-grade AI applications that require precise control over retrieval quality, filtering, and scaling. Its primary differentiators over simpler vector stores are the filtering capability and payload indexing: you can combine vector similarity search with exact field constraints at query time without post-processing the results, enabling queries like 'find the most similar document to this embedding, from the subset authored by this user, created in the last 30 days' in a single efficient operation. Qdrant supports multiple distance metrics (cosine, Euclidean, dot product) and multiple vector types including sparse vectors for hybrid dense-sparse retrieval pipelines. The Quantization feature reduces memory usage by 4–32x with minimal accuracy loss, enabling large vector collections to fit on cost-effective hardware.
Sparse vector support enables BM25-like keyword retrieval alongside dense semantic search in the same engine. Deployment options include self-hosted on Kubernetes or Docker, or Qdrant Cloud for managed operation. The open-source license has no commercial restrictions. Qdrant is commonly chosen for production RAG systems, recommendation engines, and semantic search applications where the filtering precision, Rust-level performance, and operational predictability outweigh the setup simplicity of alternatives like Chroma.
Key Features
- Fast Rust-based engine
- Advanced payload filtering
- Horizontal scaling
- Managed cloud option
- • Excellent performance
- • Strong filtering
- • Production-grade
- • Ops knowledge for self-host
- • Tuning needed at scale
People Also Use
Other Developer Tools tools builders reach for alongside Qdrant.
Hugging Face
Host, share, and download open models, datasets, and demo apps — model discovery and deployment in a few clicks instead of a research project.
Dialogflow
Build rule-based or generative conversational agents for chat and voice that plug into Google Cloud's NLU and generative AI stack, billed per request or session. Increasingly marketed as Conversational Agents.
LangChain
Assemble LLM-powered apps and agents from composable building blocks, with LangSmith adding tracing, evaluation, and deployment. Platform rebranded — LangGraph Platform is now LangSmith Deployment.
Ollama
Run open-weight language models directly on your own machine with a single command, or shift to hosted GPUs via Ollama Cloud when local hardware isn't enough.
Supabase
Get a Postgres database, auth, storage, and edge functions in one backend, with an AI Assistant and MCP integrations, so small teams ship apps without managing infrastructure.
LlamaIndex
Connect your own data to LLMs for retrieval-augmented generation — LlamaParse (formerly LlamaCloud) automates document parsing, extraction, and indexing for agentic workflows.