The SQL AI Agent is able to understand database query requests in natural language, generate relevant SQL queries to query a MySQL database and return the query data rows as JSON-formatted output.
- Create
.env
file using the.env.example
file as template - Install requirements with
pip install -r requirements.txt
- Run
python query.py