File size: 711 Bytes
578017a dadc6d1 578017a dadc6d1 578017a a2670ba 578017a dadc6d1 241f37e dadc6d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Chatbot SQL Agent with Gemini
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "5.41.1"
app_file: app.py
pinned: false
---
# Chatbot SQL Agent with Gemini
A powerful chatbot that can answer questions by querying your SQL database using Google's Gemini model.
## Features
- Natural language to SQL query conversion
- Interactive chat interface
- Direct database connectivity
- Powered by Google's Gemini AI
## Setup
1. Set up your environment variables in `.env` file
2. Install dependencies: `pip install -r requirements.txt`
3. Run the app: `python app.py`
Check out the [configuration reference](https://huggingface.co/docs/hub/spaces-config-reference) for more options.
|