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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_airtable-0.5.0.tar.gz.
File metadata
- Download URL: llama_index_readers_airtable-0.5.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e426280836b7a0e22bf890b1423acb25a11de0f997c17064aedba71f4e315e5e
|
|
| MD5 |
22de6d9b7890bf740086e46072496e32
|
|
| BLAKE2b-256 |
19e6b99393f00b86a474a4814c508ec12e418cfce194c3a21f94dfbd6ec58cd0
|
File details
Details for the file llama_index_readers_airtable-0.5.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_airtable-0.5.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50737b6de21cc326fd6c71374747fcbc8be083e7f768b9c37e6b3fb06116757c
|
|
| MD5 |
e603b2026cea4e7b8bdeeda4f91719f2
|
|
| BLAKE2b-256 |
b688d6763b0221c8f9d13f9d523fc72817a196aa3a3143c0da44341ff5626f47
|