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

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.

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