qdrant-client and qdrant

These are ecosystem siblings—the Python client and Elixir client are both official language bindings for the same Qdrant vector database, allowing developers to interact with Qdrant from different programming language ecosystems rather than competing with each other.

qdrant-client
83
Verified
qdrant
46
Emerging
Maintenance 20/25
Adoption 15/25
Maturity 25/25
Community 23/25
Maintenance 6/25
Adoption 7/25
Maturity 16/25
Community 17/25
Stars: 1,240
Forks: 202
Downloads:
Commits (30d): 6
Language: Python
License: Apache-2.0
Stars: 31
Forks: 9
Downloads:
Commits (30d): 0
Language: Elixir
License: MIT
No risk flags
No Package No Dependents

About qdrant-client

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.

About qdrant

marinac-dev/qdrant

Elixir client for Qdrant vector search engine

Provides REST API bindings for vector collection management, upsert operations, and similarity search against Qdrant instances. Built on HTTP transport with configuration support for cloud deployments via API keys. Designed for integration with embedding services like OpenAI, enabling end-to-end semantic search workflows in Elixir applications.

Scores updated daily from GitHub, PyPI, and npm data. How scores work