sql-agent-demo / README.md
delcenjo's picture
Upload folder using huggingface_hub
1de7838 verified
|
Raw
History Blame Contribute Delete
505 Bytes
---
title: SQL Question Answering Agent
emoji: 🗃️
colorFrom: blue
colorTo: green
sdk: gradio
python_version: "3.11"
app_file: app.py
pinned: false
license: mit
short_description: Ask plain-English questions over a small SQL database
---
# SQL Question Answering Agent - live demo
Ask a question in plain English about a small sample shop database. A tool-using
agent inspects the schema, writes a read-only SQL query and answers from the
results.
- Code: https://github.com/delcenjo/llm-sql-agent