End To End Text To SQL LLM App with MYSQL , SteamLit & LangChain using Google Palm

preview_player
Показать описание
In this end to end LLM project we will be creating a TEXT to SQL application that will take your natural language and query MYSQL database using SQL at the backend. It will be able to answer simple to complex data analysis questions from the database using our application. Have fun creating the app!!

#langchain #streamlit #mysql #sql
Рекомендации по теме
Комментарии
Автор

what is the role of vector database here. SQL is pulling the data from SQL directly hence where we are refering the vector db details?

Jeganbaskaran
Автор

Its just a basic one right if we want to generate complex queries like subqueries, ranking, window functions how can u update ur code accordingly i am also working same but in my case i am using sqlcoder-7b-2 step 1 db connection step 2 model setup step 3 prompt building step 4 code execution step 5 visualization step 6 making ui using streamlit i have built upto complex query generation but ur video motivated me a lot thank u

hariprakashroyal
Автор

can also u provide a github repository? it will help a lot, thanks

sirxczhu
Автор

how i can get the sample database in video?

CloudGoogle-mh
Автор

Great Video - could you include python source code?

bobmacinnis
Автор

arey prmpt template template to dikhao

learningcore