AirtableLoader class provides functionality to load documents from Airtable tables. It supports two main methods:
load(): Retrieves all records at once, ideal for small to moderate datasets.loadLazy(): Fetches records one by one, which is more memory-efficient for large datasets.
前提条件
Ensure that your Airtable API token is available as an environment variable:用法
将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

