THE FUTURE IS HERE

Use AI to chat with a relational SQL database with natural language!

Part 2 follow up video with an enhanced app! https://www.youtube.com/watch?v=REw3y_Jv3Ig

Subscribe to my gaming channel! https://www.youtube.com/channel/UCiLv4A6bdwGJU3Y8PITgIlg?view_as=subscriber?sub_confirmation=1.

Sample app code: https://github.com/alex-wolf-ps/chat-sql-data-demo

Intro to Azure OpenAI
https://youtu.be/c66y0W5KFVY

My other AI videos:

Use AI to chat with a NoSQL database: https://youtu.be/JhfNHnAahZ8

Learn to code a simple AI powered app: https://youtu.be/HzgqgA2qv-I

Learn to use AI to chat with your document data: https://youtu.be/OdpqciXDKjY

Learn Azure OpenAI fundamentals: https://youtu.be/c66y0W5KFVY

Learn how to authenticate to Azure OpenAI the RIGHT way: https://youtu.be/keIs_bpgdXs

In this video we’ll explore how to use the powerful OpenAI gpt-4 model to search your SQL Database using natural language. GPT-4 excels at understanding natural language, and can even understand database schemas and produces code and SQL queries of its own. We’ll explore a working demo, the app architecture and the code necessary to get this working.

00:00 Intro
01:09 App demo
05:53 Architecture
07:12 Database setup
09:17 AI service setup
10:57 Explore the app code
20:13 Search service concepts