Skip to main content
Open on GitHub

Annoy

Annoy (Approximate Nearest Neighbors Oh Yeah) 是一个带有Python绑定的C++库,用于搜索空间中接近给定查询点的点。它还创建了大型的只读文件型数据结构,这些结构被映射到内存中,以便多个进程可以共享相同的数据。

安装与设置

pip install annoy

向量存储

查看使用示例

from langchain_community.vectorstores import Annoy
API Reference:Annoy

这个页面有帮助吗?