Qdrant icon

Qdrant

Claim

Qdrant is an open-source vector search engine in Rust for AI retrieval, semantic search, and similarity matching, with JSON payload filtering and flexible deployment.

Qdrant

Vector search for AI retrieval

Qdrant is an open-source vector search engine written in Rust. It is designed for vector similarity search at scale and is positioned for AI retrieval workflows that need fast search, metadata filtering, and flexible deployment.

The product combines vector storage with JSON payloads, hybrid dense-plus-sparse search, and multivector retrieval. It also supports cloud, hybrid, private, and edge deployment models, so teams can use it as a managed service or run it in their own infrastructure.

Core capabilities

Payload-aware filtering

Store JSON payloads next to vectors and filter on structured metadata such as keywords, numbers, geo values, datetimes, and UUIDs.

Hybrid search

Combine dense and sparse retrieval in a single query for keyword-plus-semantic search workflows.

Multivector retrieval

Use multiple vectors per object to model richer representations and late interaction retrieval patterns.

One-stage filtering

Apply filters during HNSW traversal to support efficient one-stage filtering with high recall and low latency.

Reranking and result control

Re-rank and diversify results with business logic, late interaction models, and techniques such as MMR.

Developer APIs and tools

Work through REST, gRPC, and official clients, with a built-in web UI for inspecting collections and queries.

Common use cases

  • RAG and GenAI

    Use Qdrant as the retrieval layer for RAG systems that need fresh context, metadata filters, and a mix of dense and sparse signals.

  • AI agents

    Build memory-backed agents that search for relevant context quickly across evolving conversation or task data.

  • Semantic search

    Power semantic search experiences that go beyond keyword matching by combining vector search with metadata constraints.

  • Recommendations

    Support recommendation flows where similarity search is used to surface related items and personalized results.

  • Anomaly detection

    Analyze records for unusual patterns by searching for points that differ from the expected vector distribution.

Pros and Cons

Pros

  • Open-source and written in Rust, with a focus on performance.
  • Supports JSON payloads and advanced metadata filtering alongside vectors.
  • Combines dense and sparse retrieval for hybrid search use cases.
  • Offers multiple deployment models, including managed cloud and self-managed options.
  • Includes developer-facing APIs, clients, and a visual web UI.

Cons

  • The pricing page does not list a single universal price; costs depend on tier, deployment model, and resource usage.
  • Some enterprise features and deployment models are only described at a high level in the source, so exact implementation details are not visible here.

FAQ

What pricing and deployment options does Qdrant offer?

Qdrant Cloud offers a free tier for testing and prototypes, a standard tier for production workloads, and premium and enterprise options for additional security and compliance needs. The pricing page also describes Hybrid Cloud and Private Cloud deployment options.

Can existing OSS deployments move to Qdrant Cloud?

Yes. The pricing page says you can migrate from OSS to Qdrant Cloud, and it mentions a migration tool and documentation to help with the transition.

What kinds of metadata can Qdrant store and search on?

Qdrant stores payloads as JSON alongside vectors. Those fields can be used for filtering and ranking, and the documentation shows support for types such as integers, floats, booleans, keywords, geo values, datetimes, and UUIDs.

Does Qdrant support hybrid search?

Qdrant supports hybrid queries that combine dense and sparse vectors in one query, including approaches such as BM25, SPLADE++, and miniCOIL.

Where can Qdrant be deployed?

Qdrant can be deployed as managed cloud, hybrid cloud, private cloud, or edge, depending on the level of control and infrastructure model you need.

Quick Facts

Category
Vector Search Engine
Platform
Cloud, hybrid, private cloud, and edge
Primary users
Developers and teams building AI retrieval systems
Primary language
Rust
Source domain
qdrant.tech
Pricing model
Free tier plus usage-based and enterprise options