Skip to main content
Open on GitHub

Typesense

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

安装与设置

pip install typesense openapi-schema-pydantic

向量存储

查看使用示例

from langchain_community.vectorstores import Typesense
API Reference:Typesense

这个页面有帮助吗?