Skip to main content
Open on GitHub

Outline

Outline is an open-source collaborative knowledge base platform designed for team information sharing.

设置

您首先需要为您的Outline实例创建一个API密钥。然后,您需要设置以下环境变量:

import os

os.environ["OUTLINE_API_KEY"] = "xxx"
os.environ["OUTLINE_INSTANCE_URL"] = "https://app.getoutline.com"

检索器

查看一个 使用示例

from langchain.retrievers import OutlineRetriever
API 参考:OutlineRetriever