llama-index-readers-airtable


Namellama-index-readers-airtable JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers airtable integration
upload_time2024-08-22 05:44:22
maintainersmyja
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Airtable Loader

```bash
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.

```python
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](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-airtable",
    "maintainer": "smyja",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/49/e1/a48a46e9565da6ae2c59dbf6ee80ab532659891090892f85ca992fe8d468/llama_index_readers_airtable-0.2.0.tar.gz",
    "platform": null,
    "description": "# Airtable Loader\n\n```bash\npip install llama-index-readers-airtable\n```\n\nThis 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.\n\n## Usage\n\nHere's an example usage of the AirtableReader.\n\n```python\nimport os\n\nfrom llama_index.readers.airtable import AirtableReader\n\nreader = AirtableReader(\"<Airtable_TOKEN>\")\ndocuments = reader.load_data(table_id=\"<TABLE_ID>\", base_id=\"<BASE_ID>\")\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers airtable integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88b8e3e3568877de9920984b2690b2ec116fea20ddef760326358e180407587a",
                "md5": "6a3519a4ef4fc2b962da4a610c89a823",
                "sha256": "e4039597bb64db87fbf88bc77c7edabd729c66310f42277f2325221fb03fe035"
            },
            "downloads": -1,
            "filename": "llama_index_readers_airtable-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a3519a4ef4fc2b962da4a610c89a823",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2290,
            "upload_time": "2024-08-22T05:44:22",
            "upload_time_iso_8601": "2024-08-22T05:44:22.059584Z",
            "url": "https://files.pythonhosted.org/packages/88/b8/e3e3568877de9920984b2690b2ec116fea20ddef760326358e180407587a/llama_index_readers_airtable-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49e1a48a46e9565da6ae2c59dbf6ee80ab532659891090892f85ca992fe8d468",
                "md5": "dfe0135aa913b97c7647daf58c70b78e",
                "sha256": "e8ccfb192f071b9a163b0135d49d580458bd27ffed47b334787bd8cc3c6d1f6c"
            },
            "downloads": -1,
            "filename": "llama_index_readers_airtable-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dfe0135aa913b97c7647daf58c70b78e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2059,
            "upload_time": "2024-08-22T05:44:22",
            "upload_time_iso_8601": "2024-08-22T05:44:22.867894Z",
            "url": "https://files.pythonhosted.org/packages/49/e1/a48a46e9565da6ae2c59dbf6ee80ab532659891090892f85ca992fe8d468/llama_index_readers_airtable-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 05:44:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-airtable"
}
        
Elapsed time: 0.50596s