Skip to main content

Typesense

Typesense 是一个开源的内存搜索引擎,您可以选择自行

托管或在

Typesense 云上运行。

Typesense 专注于性能,通过将整个索引存储在 RAM 中(同时备份到磁盘),并且专注于提供开箱即用的开发者体验,简化可用选项并设置良好的默认值。

安装和设置

pip install typesense openapi-schema-pydantic

向量存储

查看使用示例

from langchain_community.vectorstores import Typesense

Was this page helpful?


You can leave detailed feedback on GitHub.