Chat with Sql Server using google gemini generative ai
This repository contains the source code for the Google Generative AI Gemini App, designed to retrieve data directly from a SQL Server database. The application leverages Google Generative AI to provide intelligent querying and data retrieval capabilities.
- Direct connection to SQL Server
- Intelligent query generation using Google Generative AI
- User-friendly interface for executing and managing queries
- Real-time data retrieval and display
Before you begin, ensure you have met the following requirements:
- Python 3.x installed on your machine
- SQL Server database accessible with appropriate credentials
- Google Cloud account with access to Generative AI services
- Required Python packages (listed in
requirements.txt
)
-
Clone the repository:
git clone https://github.com/leodeveloper/google-gemini-chat-with-sqlserver.git
Contributing Contributions are welcome! Please follow these steps to contribute:
Fork the repository. Create a new branch (git checkout -b feature-branch). Make your changes. Commit your changes (git commit -m 'Add some feature'). Push to the branch (git push origin feature-branch). Open a pull request. License This project is licensed under the MIT License. See the LICENSE file for details.
Contact