Your personal SQL Copilot created by mowaAI. Query your SQLite database with Natural Language.
- Put your
*.dbdataset to folder data and changePATH_TO_DATAin a Dockerfile. By default it's set tobookstore_v4.dbdataset. - Run
bash setup.shto build a Docker with application. - After the previous command is finished run the following command to run a container. Replace
your-openai-keywith 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.



