Qdrant

Qdrant

By Qdrant

High-performance open-source vector database for similarity search and agent memory

v1.18.32026-07-17RustApache-2.0
33.5k Open source Free tier Paid

Doc version 1.0 · Updated

Related tools

Overview

Qdrant is a fast, open-source vector database written in Rust, built for similarity search at scale.
It stores embeddings with JSON payloads and rich filtering, making it a common retrieval and long-term-memory layer for RAG and agents.

flowchart LR
  docs[documents] --> q[(Qdrant)]
  query[query] --> q
  q --> top[nearest points]

The Code samples tab shows the built-in embedder and a bring-your-own-vectors flow — pick from the selector to compare.

When to use it

Choose Qdrant when you want a dedicated vector store with strong performance and payload filtering — self-hosted with Docker or on Qdrant Cloud.