MyPrivateClaw

Qdrant — High-performance vector database for RAG — runs locally via Docker in one command

Qdrant is a Rust based vector database optimized for semantic search and RAG (Retrieval Augmented Generation) pipelines. It runs locally via a single Dock…

Category

agent-frameworks

Why it matters

Qdrant is a Rust based vector database optimized for semantic search and RAG (Retrieval Augmented Generation) pipelines. It runs locally via a single Docker command and provides a REST and gRPC API for storing and querying vector embeddings. Pair it with nomic embed text (via Ollama) to create a fully local RAG pipeline: embed your documents with Ollama, store them in Qdrant, and query them at inference time to give…

Best for

Local RAG pipelines, agent long term memory, document Q&A, and any use case requiring semantic search over private data