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
80
Verified
qdrant
46
Emerging
Maintenance 17/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

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.

semantic-search information-retrieval vector-databases AI-application-development data-indexing

About qdrant

marinac-dev/qdrant

Elixir client for Qdrant vector search engine

This is an Elixir client library for developers building applications that need to perform similarity searches on vector data. It allows you to create collections, add vector embeddings (like those from OpenAI), and then query those collections to find similar vectors. Elixir developers will use this to integrate vector search capabilities into their backend systems.

Elixir development vector search similarity search AI application development data retrieval

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