Skip to main content

Aerospike

Aerospike Vector Search (AVS) is an extension to the Aerospike Database that enables searches across very large datasets stored in Aerospike. This new service lives outside of Aerospike and 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

Was this page helpful?


You can also leave detailed feedback on GitHub.