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.3.0.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for llama_index_readers_trello-0.3.0.tar.gz
Algorithm Hash digest
SHA256 958a6e9b3803ffdee99e28b58c40a9fcb63388a2b7e6318e99707ef182e3254e
MD5 5d60f3bc004688f38052ec22ac6eadd4
BLAKE2b-256 36b5850fe86bd690a39f629e06c3f6f6d33ca8595c2d30223fa7619c4e4784a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_trello-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d11d2ea5837c0ec17913f5d15ec5be7a450d50f28603dbd6176a66ba3b8d658d
MD5 c9f908369f3e00678a09e4f6a43416f0
BLAKE2b-256 f4e16c99def9344fab59dcd4f480a677bc3d2ccd7c232c8fbd1fe17dfd9d9ea1

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