llama-index readers trello integration
Project description
Trello Loader
pip install llama-index-readers-trello
This loader loads documents from Trello. The user specifies an API key and API token to initialize the TrelloReader. They then specify a board_id to load in the corresponding Document objects representing Trello cards.
Usage
Here's an example usage of the TrelloReader.
import os
from llama_index.readers.trello import TrelloReader
reader = TrelloReader("<Trello_API_KEY>", "<Trello_API_TOKEN>")
documents = reader.load_data(board_id="<BOARD_ID>")
This loader is designed to be used as a way to load data into LlamaIndex and/or subsequently used as a Tool in a LangChain Agent. See here for examples.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llama_index_readers_trello-0.2.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_trello-0.2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b128c7f2b6b5726c996b3a6150f76764d1cff8e45c6009d88fd73cd57f02cc6 |
|
MD5 | 094725fdfdc196d307debd8be51d37e9 |
|
BLAKE2b-256 | 37bb9e6c3c6de15eef5eadf57eb8de5e72f0e4dccf1ab80304c52e3298e9fff9 |
File details
Details for the file llama_index_readers_trello-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_trello-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b942bff2c5474a0914acc5407f94671465d46a9be3ef4c26807dd4cb05be55f |
|
MD5 | 19c9cc5e2b517efba1da30bace4617e0 |
|
BLAKE2b-256 | 2db076efe417c1689e67a3c2807b225c47a0aaf3f00b1fc8f620ddf948888fbc |