Aerospike
Aerospike Vector Search (AVS) is an extension to the
Aerospike Databasethat enables searches across very large datasets stored inAerospike. This new service lives outside ofAerospikeand builds an index to perform those searches.
Installation and Setupβ
You need to have a running AVS instance. Use one of the installation methods.
You need to install aerospike-vector-search python package.
pip install aerospike-vector-search
Vectorstoreβ
See a usage example.
from langchain_community.vectorstores import Aerospike
API Reference:Aerospike