#27 · Primary category: Vector Databases
qdrant-client
Python client for Qdrant vector search engine
Project last updated:08/25/26
GitHub Stars
1.4K
Forks
280
Contributors
56
License
Apache-2.0
Why we included this project
If your project leans on Qdrant for semantic search or retrieval-augmented generation, this Python client is where most of your day-to-day work will happen. It ships typed models and helper methods for every Qdrant API, so you can create collections, upsert points in bulk, and run filtered similarity queries without hand-writing raw requests. The sync and async variants, plus REST and gRPC support, let you match the client to your application's concurrency style. A genuinely useful local mode runs the same code against an in-memory or on-disk store, so you can prototype in a notebook or test in CI before pointing identical calls at a real server. Recent additions also bundle local CPU embedding via FastEmbed, which shortens the distance between raw documents and a working search index.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI