Aerospike
Aerospike is a high-performance, distributed database known for its speed and scalability, now with support for vector storage and search, enabling retrieval and search of embedding vectors for machine learning and AI applications. See the documentation for Aerospike Vector Search (AVS) here.
Installation and Setupโ
Install the AVS Python SDK and AVS langchain vector store:
pip install aerospike-vector-search langchain-aerospike
See the documentation for the Python SDK here. The documentation for the AVS langchain vector store is here.
Vector Storeโ
To import this vectorstore:
from langchain_aerospike.vectorstores import Aerospike
See a usage example here.