qdrant-client vs weaviate
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| qdrant-client | weaviate | |
|---|---|---|
| Tagline | Python Client library for the Qdrant vector search engine. | Open-source vector database for semantic search |
| Stars | 1.3k | 17k |
| Forks | 245 | 1.3k |
| Open issues | 165 | 578 |
| Language | Python | Go |
| License | Apache-2.0 | BSD-3-Clause |
| Last pushed | Jun 26, 2026 | Jul 7, 2026 |
| Categories | Vector Databases | Vector Databases, Data & Retrieval |
qdrant-client
qdrant-client is a Python client providing type definitions and methods for interacting with Qdrant's API, supporting both synchronous and asynchronous calls. It facilitates local development without requiring a server to be running and offers extensive test coverage.
Python
weaviate
Weaviate is an open-source, cloud-native vector database designed to store both objects and vectors. It supports approximate nearest neighbor search, hybrid search techniques, recommender systems, and more.
Go