跳到主要内容

Typesense

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

安装和设置

pip install typesense openapi-schema-pydantic

向量存储

请参阅使用示例

from langchain_community.vectorstores import Typesense
API 参考:Typesense

此页面是否对您有帮助?