qdrant/qdrant-client
Python client for Qdrant vector search engine
Provides type-safe bindings for all Qdrant API methods with dual REST and gRPC transports, plus a local in-memory or disk-persisted mode for development without a server. Built-in embedding inference via FastEmbed (CPU/GPU) or Qdrant Cloud models enables end-to-end vector workflows in a single client, simplifying document upload and semantic search operations. Supports both synchronous and asynchronous request patterns with helper methods like `upload_collection` that handle chunking and batch operations automatically.
1,240 stars. Used by 92 other packages. Actively maintained with 6 commits in the last 30 days. Available on PyPI.
Stars
1,240
Forks
202
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
6
Dependencies
7
Reverse dependents
92
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/qdrant/qdrant-client"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Compare
Related tools
qdrant/qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next...
qdrant/qdrant-js
JavaScript/Typescript SDK for Qdrant Vector Database
qdrant/n8n-nodes-qdrant
Official n8n node for interfacing with Qdrant
k8ssandra/k8ssandra-operator
The Kubernetes operator for K8ssandra
qdrant/java-client
Official Java client for Qdrant