An open API service indexing awesome lists of open source software.

https://github.com/ikram-shah/airtable-qna

Ask question to your Airtable base in natural language
https://github.com/ikram-shah/airtable-qna

airtable airtable-api langchain openai-api streamlit

Last synced: 10 days ago
JSON representation

Ask question to your Airtable base in natural language

Awesome Lists containing this project

README

        

# Airtable Question-and-Answer

🤖 Ask questions to your Airtable base in natural language 🤖

💪 Built with [LangChain](https://github.com/hwchase17/langchain) & [Streamlit](https://streamlit.io/)

Airtable QnA Application Screenshot that includes the configuration and options to ask question

https://airtable-qna.streamlit.app

### 🌲 Environment Setup

```shell
pip install -r requirements.txt
```

```shell
streamlit run src/main.py
```

### 🔑 Requirements to try

1. [OpenAI API Key](https://platform.openai.com/account/api-keys)
2. [Airtable Personal Access Token](https://airtable.com/developers/web/guides/personal-access-tokens#creating-a-token)
3. [Airtable Base URL](https://www.highviewapps.com/kb/where-can-i-find-the-airtable-base-id-and-table-id/)