Aerospike Vector Search Client Library for Python
Project description
Aerospike Vector Search Client Python
Python client for Aerospike Vector Search Database
Prerequisites
- Python 3.9 or higher
- pip version 9.0.1 or higher
- Aerospike Vector Search DB and Aerospike clusters running.
Using the client from your application using pip
To resolve the client packages using pip, add the following to $HOME/.pip/pip.conf
[global]
extra-index-url=https://<jfrog-username>:<jfrog-access-token>@aerospike.jfrog.io/artifactory/api/pypi/ecosystem-python-dev-local/simple
Install the aerospike_vector_search using pip
python3 -m pip install aerospike-vector-search
Or
You can add the package name aerospike-vector-search
to your application's requirements.txt
and install all dependencies using
python3 -m pip install -r requirements.txt
Building the client
Setup build Python Virtual Environment
This is the recommended mode for building the python client.
# Create virtual environment to isolate dependencies.
python3 -m venv .venv
source .venv/bin/activate
Install requirements
python3 -m pip install -vvv -r requirements.txt
Generate gRPC client code
# Generate the gRPC client code
./proto/codegen.sh
Build the package
python3 -m pip install build
python3 -m build
Examples
See examples for working samples.
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
Built Distribution
File details
Details for the file aerospike_vector_search-1.0.2.tar.gz
.
File metadata
- Download URL: aerospike_vector_search-1.0.2.tar.gz
- Upload date:
- Size: 41.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3ceb7b98cb61a9d857303f536e6e04c7523d7a723bd732ef1da45874185bad4 |
|
MD5 | 20ed0b8f166feb4bbf77b4eaac034b23 |
|
BLAKE2b-256 | 8470845d6d2d74613f5f8a69cc7511a3e77adf8e66f554b8a574a0e0f84aec83 |
File details
Details for the file aerospike_vector_search-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: aerospike_vector_search-1.0.2-py3-none-any.whl
- Upload date:
- Size: 61.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be34145a75e00ea834b8da040302ad772b50488b5647caadd8a43b1a1326572b |
|
MD5 | 1ccfc53b70d0e39e013b89910efab521 |
|
BLAKE2b-256 | d827f805e8742cc0355020486a6ae97f4f2784b8479319378d18bee90daf34eb |