Vector Search Engine for Next-Generation AI
Build powerful semantic search, recommendation systems, and RAG applications with Qdrant — a high-performance vector database designed for production workloads.
Quick start
Get Qdrant running in minutes
Run Qdrant with Docker
Start a Qdrant instance locally using Docker:
This starts an insecure deployment for development. For production, see our security guide.
Create your first collection
Connect to Qdrant and create a collection to store vectors:
Expected response
Expected response
Insert and search vectors
Explore by topic
Deep dive into Qdrant’s capabilities
Core Concepts
Understand collections, points, vectors, and payloads
Working with Data
Insert, search, filter, and manage your vector data
Hybrid Search
Combine dense and sparse vectors for better results
Quantization
Reduce memory usage by up to 97% with quantization
Distributed Deployment
Scale horizontally with sharding and replication
Performance Tuning
Optimize search speed and resource usage
Choose your interface
Access Qdrant through REST, gRPC, or client libraries
REST API
HTTP API with OpenAPI specification for easy integration
gRPC API
High-performance gRPC interface for production workloads
Python Client
Full-featured client with async support and type hints
JavaScript Client
TypeScript-ready client for Node.js and browsers
Rust Client
Native Rust client with zero-copy deserialization
More Languages
Go, .NET, Java, and community-maintained clients
Ready to build with Qdrant?
Start with our quickstart guide or explore the full API reference to integrate vector search into your application.