qdrant-client and Basic-Qdrant-Upload-and-Search-Example

The official Python client library provides the SDK needed to interact with Qdrant, while the example code demonstrates practical implementation patterns for that client in AI chatbot applications, making them complements rather than competitors.

Maintenance 20/25
Adoption 15/25
Maturity 25/25
Community 23/25
Maintenance 0/25
Adoption 2/25
Maturity 9/25
Community 12/25
Stars: 1,240
Forks: 202
Downloads:
Commits (30d): 6
Language: Python
License: Apache-2.0
Stars: 2
Forks: 1
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m 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 Basic-Qdrant-Upload-and-Search-Example

libraryofcelsus/Basic-Qdrant-Upload-and-Search-Example

Example code on how to upload and search a Qdrant Vector Database for Ai Chatbot Retrieval Frameworks

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