This is a lab to explore sql agents with open source LLMs such as qwen2.5-coder You can also see the leaderboars here:
The data used is from kaggle. You can find the same dataset here
◽ Step 1 Install uv
◽ Step 2 Create a virtual environment
uv venv .venv
◽ Step 3 Install packages into the current environment.
If you have a pyproject.toml file with all the dependencies. Just run and the environment will be ready
uv pip install -e .
python app/main.py
Go to http://127.0.0.1:8046/