A newer version of the Gradio SDK is available:
5.42.0
metadata
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
- Set up your environment variables in
.env
file - Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
Check out the configuration reference for more options.