Skip to main content

llama-index readers airtable integration

Project description

Airtable Loader

pip install llama-index-readers-airtable

This loader loads documents from Airtable. The user specifies an API token to initialize the AirtableReader. They then specify a table_id and a base_id to load in the corresponding Document objects.

Usage

Here's an example usage of the AirtableReader.

import os

from llama_index.readers.airtable import AirtableReader

reader = AirtableReader("<Airtable_TOKEN>")
documents = reader.load_data(table_id="<TABLE_ID>", base_id="<BASE_ID>")

This loader is designed to be used as a way to load data into LlamaIndex.

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_airtable-0.2.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

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