Python client library for the Arc vector search engine
Project description
arc-vector-python
Python library and client for arc-vector database
Installation
// arc_vector_python-.tar.gz package exist in local pip install arc_vector_python-1.3.2.tar.gz
Connect to ArcVector Server
To connect to Qdrant server, simply specify host and port:
from arc_vector_client import ArcVectorClient
from arc_vector_client.models import Distance, VectorParams
# Rest interface
client = ArcVectorClient(url="http://localhost:6333")
# gRPC: To enable (typically, much faster) collection uploading with gRPC
client = ArcVectorClient(host="localhost", grpc_port=6334, prefer_grpc=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arc_vector_python-1.3.2.tar.gz
(101.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arc_vector_python-1.3.2.tar.gz.
File metadata
- Download URL: arc_vector_python-1.3.2.tar.gz
- Upload date:
- Size: 101.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6f677182b38d0a5e8de3fe6a804e3ad2f0690ebbf0b6963f4ca19e1024c3a4a
|
|
| MD5 |
33f29dd65fbec32ce11413d575f154d7
|
|
| BLAKE2b-256 |
660ee433cec7954efd8966d6ed7f5ade2d8b62c857351edc9d52a7819ac62741
|
File details
Details for the file arc_vector_python-1.3.2-py3-none-any.whl.
File metadata
- Download URL: arc_vector_python-1.3.2-py3-none-any.whl
- Upload date:
- Size: 124.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac2ba3a8c8a12e2ba088a0d23161895d646096b3fdd60e6723f32ebda49eba7
|
|
| MD5 |
68a7c162aadf270028be4e643996b100
|
|
| BLAKE2b-256 |
1aa4b298adce5196879b544444b32fca79904881c6c9f69942146e441217f591
|