qdrant/qdrant-client
Python client for Qdrant vector search engine
This is a Python tool that helps developers interact with a vector search engine to find similar data points. You can input text, images, or other data, and it helps store them as 'vectors' and then quickly find other vectors that are semantically similar. This is primarily used by developers building applications that require searching and retrieving information based on meaning, rather than exact keywords.
1,240 stars. Used by 96 other packages. Actively maintained with 6 commits in the last 30 days. Available on PyPI.
Use this if you are a developer building an application that needs to perform fast, semantic searches on large datasets, whether locally for prototyping or connected to a cloud service.
Not ideal if you are looking for a standalone end-user application for similarity search, as this is a programmatic client library for developers.
Stars
1,240
Forks
202
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
6
Dependencies
7
Reverse dependents
96
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
k8ssandra/k8ssandra-operator
The Kubernetes operator for K8ssandra
qdrant/n8n-nodes-qdrant
Official n8n node for interfacing with Qdrant
qdrant/java-client
Official Java client for Qdrant