own/metal
← Vector Databases tool · /QDRANT

Qdrant

Fast Rust-based vector database with great DX.

// github

★ 31.8k

last commit · today

lightweight CPU only Apache-2.0

// readme · what it is

Qdrant is the vector DB of choice for a lot of self-hosted RAG stacks: Rust core, sane defaults, generous filter expressivity, and the cleanest REST/gRPC API of the open-source pack. Memory footprint is the lowest of the major options, which matters when you're paying for VPS RAM.

// deploy notes

Single binary. RAM scales with index size — rule of thumb: ~1.5KB per 1536-dim vector.

[ ALTERNATIVE TO ]