You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-qdrant-client-1.10.1-1.lbn36.noarch

python3-qdrant-client-1.10.1-1.lbn36.noarch

Package Attributes
RPM  python3-qdrant-client-1.10.1-1.lbn36.noarch.rpm Architecture  noarch Size  3161544 Created  2024/07/11 00:13:09 UTC
Package Specification
Summary Client library for the Qdrant vector search engine
Group Unspecified
License ZPL
Home Page https://pypi.org/project/qdrant-client
Description

Python Client library for the Qdrant vector search engine.

Python Qdrant Client Client library and SDK for the Qdrant vector search engine. Python Client API Documentation is available here. Library contains type definitions for all Qdrant API and allows to make both Sync and Async requests. Client allows calls for all Qdrant API methods directly. It also provides some additional helper methods for frequently required operations, e.g. initial collection uploading. See QuickStart for more details! Installation pip install qdrant-client

Features

Type hints for all API methods Local mode - use same API without running server REST and gRPC support Minimal dependencies Extensive Test Coverage

Local mode Python client allows you to run same code in local mode without running Qdrant server. Simply initialize client like this: from qdrant_client import QdrantClient

client = QdrantClient(":memory:")

client = QdrantClient(path="path/to/db") # Persists changes to disk

Local mo

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
(python3.10dist(urllib3) < 3~~ with python3.10dist(urllib3) >= 1.26.14)  
rpmlib(RichDependencies)  
rpmlib(PartialHardlinkSets)  
(python3.10dist(portalocker) < 3~~ with python3.10dist(portalocker) >= 2.7)  
rpmlib(TildeInVersions)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
python-qdrant-client
python3-qdrant-client
python3.10-qdrant-client
python3.10dist(qdrant-client)
python3dist(qdrant-client)
Obsoletes
python-qdrant-client

Document Actions