https://github.com/splitgraph/splitgraph-chatgpt-plugin
A ChatGPT plugin for searching the Splitgraph Data Delivery Network using natural language questions.
https://github.com/splitgraph/splitgraph-chatgpt-plugin
Last synced: about 1 year ago
JSON representation
A ChatGPT plugin for searching the Splitgraph Data Delivery Network using natural language questions.
- Host: GitHub
- URL: https://github.com/splitgraph/splitgraph-chatgpt-plugin
- Owner: splitgraph
- License: apache-2.0
- Created: 2023-07-21T09:50:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T15:41:55.000Z (over 2 years ago)
- Last Synced: 2025-03-10T03:55:52.523Z (about 1 year ago)
- Language: Python
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# splitgraph-chatgpt-plugin
A ChatGPT plugin for searching the Splitgraph Data Delivery Network using natural language questions.
# Installation
```bash
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
```
# Running tests
```bash
python -m unittest
```
# Running the plugin locally
```bash
OPENAI_API_KEY="sk-..." PG_CONN_STR='postgresql://...' python3 -m server.main
```