Skip to main content
Open on GitHub

Trello

Trello is a web-based project management and collaboration tool that allows individuals and teams to organize and track their tasks and projects. It provides a visual interface known as a "board" where users can create lists and cards to represent their tasks and activities. The TrelloLoader allows us to load cards from a Trello board.

安装与设置

pip install py-trello beautifulsoup4

查看 设置说明

文档加载器

查看一个 使用示例

from langchain_community.document_loaders import TrelloLoader
API 参考:TrelloLoader