Aerospike
Aerospike 是一个高性能的分布式数据库,以其速度和可扩展性而闻名,现在支持向量存储和搜索,为机器学习和人工智能应用提供嵌入向量的检索和搜索。 请在此处参阅 Aerospike Vector Search (AVS) 的文档:aerospike.com/docs/vector。
安装和设置
安装 AVS Python SDK 和 AVS langchain vector store:
pip install aerospike-vector-search langchain-aerospike
请在此处参阅 Python SDK 的文档:aerospike-vector-search-python-client.readthedocs.io/en/latest/index.html。 AVS langchain vector store 的文档在此处:langchain-aerospike.readthedocs.io/en/latest/。
向量存储
导入此向量存储:
from langchain_aerospike.vectorstores import Aerospike
在此处查看使用示例:python.langchain.com/docs/integrations/vectorstores/aerospike/。