Skip to main content
Open on GitHub

Typesense

Typesense is an open-source, in-memory search engine, that you can either self-host or run on Typesense Cloud. Typesense focuses on performance by storing the entire index in RAM (with a backup on disk) and also focuses on providing an out-of-the-box developer experience by simplifying available options and setting good defaults.

安装与设置

pip install typesense openapi-schema-pydantic

向量存储

查看一个 使用示例

from langchain_community.vectorstores import Typesense
API 参考:Typesense