L-5 Chat with database using LangChain

Опубликовано: 19 Октябрь 2024
на канале: Code With Aarohi
3,200
120

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.


Github: https://github.com/AarohiSingla/Gener...

Gemini Pro: https://deepmind.google/technologies/...

Get an API key:
Head to https://ai.google.dev/gemini-api/docs... to generate a Google AI API key.

mysql:
Ofiicial site link: https://dev.mysql.com/downloads/insta...

mysql workbench:
Official site link: https://dev.mysql.com/downloads/workb...

#langchain #llms #chatbot #mysql #mysqlworkbench #generativeai