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
Built Distribution
File details
Details for the file llama_index_readers_airtable-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_airtable-0.3.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb7b1f37eeae92a61b218d3536b3106726a950a08b8ab1006bf4b43aa0991b8a |
|
MD5 | 0d1a34c6a736b5f442173955b3bf2cc4 |
|
BLAKE2b-256 | 822881ee8c7f7a40e4aa84712d32cc5758a7beaf75685cfe0fe2974908cd3764 |
File details
Details for the file llama_index_readers_airtable-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_airtable-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd39e4ed38d3a7ed6b4b32a384b0ef8b458f1a11e23a7ffe09bacfb86946d2c3 |
|
MD5 | fd7aba0faf9f5fb148b0510f945681fd |
|
BLAKE2b-256 | 6dff4081a1d54ceaee05c07d54be7b2eebf8e0ec6b9270bef92a91059e72525d |