A Flask API for Text-to-SQL
python3.10
- OpenAI Key
- URL to the postgres DB
Configure the above in .env. Refer to .env.example.
Initial setup
$ ./scripts/setup.shActivate virtual env
$ source ./venv/bin/activateRun local instance
$ ./scripts/dev.sh