Use AI to chat with a SQL Database 2.0 - powerful new features!

preview_player
Показать описание
In this video, we’ll see how to use AI to chat with a relational SQL Database using natural language without indexing the data or using a search service. We’ll use the new 2.0 version of the database chat app with the latest Azure OpenAI SDKs for .NET and GPT-4o – a follow up to the first popular video on my channel about this topic. This app allows you to use AI and natural language to query your database, and provides many other features, such as auto extracting the database schema, providing a sql editor and data grid view, saving favorites and history, and much more.

00:00 Essential context
01:43 Completed App demo
08:21 Code tour and setup
12:44 Frequently asked questions

My other AI videos:
Рекомендации по теме
Комментарии
Автор

There are no words to say thanks for what you've given to the developers community. This video and the code provided has helped me a lot and saved tons of hours researching.
Sincerely.

MartinMasella
Автор

Thanks, I built both your apps this weekend and went through the code. Your summary at the end was very good about RAG vs direct schema and if it is possible to cache the schema. Maybe that is where if they run the SQL manually I'm going to add this in as a second option to "train a RAG" and for the RAG to be passed in to make it get even better with its responses.

CLOUD_NZ
Автор

Useful and well created app and video :)

GeorgeZoto
Автор

Great Video!, Can you show How do we send the query data to to AI to generate the Data analytics and charts

rbabusanapala
Автор

Great video! Can you make one on how to make and use an OpenAI account?

shue
Автор

Hey :) Thank you for the great stuff - could you let me know how we can connect this to a Postgresql Database in Supabase? Where all would the changes reflect?

TIA

nikkithashanker
Автор

I need to find some time to play around with this. I have 15 years of experience in T-SQL and am a C# developer. I might find time to send suggestions

cartercordingley
Автор

Does this work only with azure open ai or can I try chatgpt direct also?

mdharoonh