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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for llama_index_readers_airtable-0.3.0.tar.gz
Algorithm Hash digest
SHA256 fb7b1f37eeae92a61b218d3536b3106726a950a08b8ab1006bf4b43aa0991b8a
MD5 0d1a34c6a736b5f442173955b3bf2cc4
BLAKE2b-256 822881ee8c7f7a40e4aa84712d32cc5758a7beaf75685cfe0fe2974908cd3764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_airtable-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd39e4ed38d3a7ed6b4b32a384b0ef8b458f1a11e23a7ffe09bacfb86946d2c3
MD5 fd7aba0faf9f5fb148b0510f945681fd
BLAKE2b-256 6dff4081a1d54ceaee05c07d54be7b2eebf8e0ec6b9270bef92a91059e72525d

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