Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

arc_vector_python-1.3.2-py3-none-any.whl (124.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page