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.
This notebook showcases the functionality of the LangChain Aerospike VectorStore integration.
Install AVS
Before using this notebook, we need to have a running AVS instance. Use one of the available installation methods.
When finished, store your AVS instance's IP address and port to use later in this demo:
AVS_HOST = "<avs-ip>"
AVS_PORT = 5000