This tutorial will teach you how to interact with your database using LangChain, LLM and mysql database. We will create a app which will take the input in english which will then be processed by an LLM model to generate SQL queries. These queries will retrieve data from a MySQL database and present the results on our screen.
📥 Download the complete source code:
🔗 GitHub: https://github.com/codewithaarohi/Generative_AI/tree/main/L-5
Email - [email protected]
Gemini Pro: https://deepmind.google/technologies/gemini/pro/
### Get an API key:
Head to https://ai.google.dev/gemini-api/docs/api-key to generate a Google AI API key.
### mysql:
Ofiicial site link: https://dev.mysql.com/downloads/installer/
### mysql workbench:
Official site link: https://dev.mysql.com/downloads/workbench/
#langchain #llms #chatbot #mysql #mysqlworkbench #generativeai