Your personal SQL Copilot created by mowaAI. Query your SQLite database with Natural Language.
- Put your
*.db
dataset to folder data and changePATH_TO_DATA
in a Dockerfile. By default it's set tobookstore_v4.db
dataset. - Run
bash setup.sh
to build a Docker with application. - After the previous command is finished run the following command to run a container. Replace
your-openai-key
with your OpenAI access token.docker run -p 8081:8081 -e OPENAI_API_KEY="your-openai-key" sql-copilot
- Service must be up and running under http://0.0.0.0:8081.