Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Yuque is a professional cloud-based knowledge base for team collaboration in documentation.
This notebook covers how to load documents from Yuque. You can obtain the personal access token by clicking on your personal avatar in the Personal Settings page.
from langchain_community.document_loaders import YuqueLoader
loader = YuqueLoader(access_token="<your_personal_access_token>")
docs = loader.load()