L-5 Chat with database using LangChain

preview_player
Показать описание
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.

### Get an API key:

### mysql:

### mysql workbench:

#langchain #llms #chatbot #mysql #mysqlworkbench #generativeai
Рекомендации по теме
Комментарии
Автор

Integrating database data with LLMs greatly expands the range of applications. Thank you for providing such valuable information.

yasutakaueda
Автор

Ma'am you demonstrated this in a really simple and great way.

tech_devsecops
Автор

Great Job Aarohi! How about connecting to MS SQL server used by most enterprises

careersuccessng
Автор

Really helpful video ! Thank you Aarohi

aminelongo
Автор

Is anybody else getting an error when running the line:
chain = create_sql_query_chain(llm, db)
The error i get is very long but at the end it says TypeError: Expected a Runnable, callable or dict.Instead got an unsupported type: <class
I cant find any solution for it

oscarpirateman
Автор

Thanks a lot, Can you connect to PostgreSQL DB, Pls give me steps.

amrzakaria
Автор

kindly post video about Claude 3.5 sonnet API video for developers

hendoitechnologies
Автор

Ma'am is there any possibility of getting trained under you as we are a group of 8 professionals working with an IT company

arnavthakur
Автор

but what if my table names and fields are HGSD1245GSDF? game over. AI is all hype, can we stop now?? :(

ChrisLocke
Автор

Hey Aarohi! How do we handle the cases where the LLM generates a wrong query other than exception handling?

rishabhsheoran
Автор

i am not able to connect by db can u please help me

harshitdtu
Автор

Can you connect to MongoDB, Please give me steps.

Umairkhan-jp