mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
b201cfaa0f
# docs `ecosystem/integrations` update 4 Added missed integrations. Fixed inconsistencies. ## Who can review? @hwchase17 @dev2049
732 B
732 B
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.
Installation and Setup
pip install py-trello beautifulsoup4
See setup instructions.
Document Loader
See a usage example.
from langchain.document_loaders import TrelloLoader