-
python3-qdrant-client-1.10.1-1.lbn36.noarch
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
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-lbn-cli+listmonk-1.3.3-1.lbn36.noarch
This is a metapackage bringing in listmonk extras requires for python3-lbn-cli.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-lbn-cli+mailbox-1.3.3-1.lbn36.noarch
This is a metapackage bringing in mailbox extras requires for python3-lbn-cli.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-lbn-cli+maildrop-1.3.3-1.lbn36.noarch
This is a metapackage bringing in maildrop extras requires for python3-lbn-cli.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-lbn-cli+x509-1.3.3-1.lbn36.noarch
This is a metapackage bringing in x509 extras requires for python3-lbn-cli.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
perl-Perl-OSType-1.010-480.fc36.noarch
Modules that provide OS-specific behaviors often need to know if the current
operating system matches a more generic type of operating systems. For example,
'linux' is a type of 'Unix' operating system and so is 'freebsd'.
This module provides a mapping between an operating system name as given by $^O
and a more generic type. The initial version is based on the OS type mappings
provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating
systems are given the type 'Windows' rather than 'Win32').
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Import-Into-1.002005-20.fc36.noarch
Loading Import::Into creates a global method import::into which you can call on
any package to import it into another package.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Importer-0.026-5.fc36.noarch
This Perl module acts as a layer between Exporter and modules which consume
exports. It is feature-compatible with Exporter, plus some much needed
extras. You can use this to import symbols from any exporter that follows
Exporters specification. The exporter modules themselves do not need to use
or inherit from the Exporter module, they just need to set @EXPORT and/or
other variables.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-faker-12.0.0-1.fc36.noarch
Faker is a Python package that generates fake data for you. Whether you need
to bootstrap your database, create good-looking XML documents, fill-in your
persistence to stress test it, or anonymize data taken from a production
service, Faker is for you.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-devel-3.10.15-1.lbn36.x86_64
This package contains the header files and configuration needed to compile
Python extension modules (typically written in C or C++), to embed Python
into other programs, and to make binary distributions for Python libraries.
It also contains the necessary macros to build RPM packages with Python modules
and 2to3 tool, an automatic source converter from Python 2.X.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36