Skip to main content

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

llama_index_readers_trello-0.2.0.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_readers_trello-0.2.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_readers_trello-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6b128c7f2b6b5726c996b3a6150f76764d1cff8e45c6009d88fd73cd57f02cc6
MD5 094725fdfdc196d307debd8be51d37e9
BLAKE2b-256 37bb9e6c3c6de15eef5eadf57eb8de5e72f0e4dccf1ab80304c52e3298e9fff9

See more details on using hashes here.

File details

Details for the file llama_index_readers_trello-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_trello-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6b942bff2c5474a0914acc5407f94671465d46a9be3ef4c26807dd4cb05be55f
MD5 19c9cc5e2b517efba1da30bace4617e0
BLAKE2b-256 2db076efe417c1689e67a3c2807b225c47a0aaf3f00b1fc8f620ddf948888fbc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page