Skip to main content
在 GitHub 上打开

Typesense

Typesense 是一个开源的内存搜索引擎,您可以自行托管或运行 在 Typesense Cloud 上。Typesense通过将整个索引存储在 RAM 中(备份在磁盘上)来关注性能,并且 专注于通过简化可用选项和设置良好的默认值来提供开箱即用的开发人员体验。

安装和设置

pip install typesense openapi-schema-pydantic

矢量存储

请参阅使用示例

from langchain_community.vectorstores import Typesense
API 参考:Typesense