We've raised a $125M Series B to build the platform for agent engineering. Read more.
Python
Outline is an open-source collaborative knowledge base platform designed for team information sharing.
import os os.environ["OUTLINE_API_KEY"] = "xxx" os.environ["OUTLINE_INSTANCE_URL"] = "https://app.getoutline.com"
from langchain_classic.retrievers import OutlineRetriever
Was this page helpful?