@alexthecodewolf

UPDATE - The latest 4.0 version of this app is now available with  local AI models, MySQL, Postgres, and more! https://www.youtube.com/watch?v=yhckFmB35vA

@MartinMasella

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.

@1suigeneris

I love you!  I don't usually leave comments, but I am compelled. Excellent tutorial and great job with each version. You're making me look like a superstar at work 😊

@seanwalker4184

Thanks for taking the time to share with us!

@adokshajbhandarkar5492

Subscribed, liked and commented for supporting you and your channel.

Thank you for your contribution to the developer community.

@CLOUD_NZ

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.

@jlou65535

That is an incredible work ! I already loved v1, and for sure will love more that one ! Thank you
Just tested both versions this evening on the same Azure SQL DB (Northwind) and same Azure Open AI GPT4 model.
Simple prompts are working well on both versions.
But prompts like "please tell me orders sent to European countries and summarize it by customer and countries and display total sales" are working fine on v1, but I often get errors (Error: Incorrect syntax near the keyword 'Order', ... ) on v2

@dnug4265

Huge thanks for contributing to the community

@PeterWakabi-ic3rv

Excellent piece! Thank you very much for this

@MartinTrevena

Thanks so much for this it has made my path easier. I have it working against ollama running llama 3.1 and it runs so well locally.

@GeorgeZoto

Useful and well created app and video :)

@KartikKothari-j1r

Hi, can you provide video where you are making this model from scratch. I am not sure where to start, how you are taking files in sql database, connecting it, using AI to write the prompt to get the results

@vaibhavbhandegaonkar3355

Excellent Tutorial!! Super Thanks

@rbabusanapala

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

@cartercordingley6062

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

@cristhiancola9062

Really awesome !!

@ravi36s

Thank you. Would love to see a demo with a local Ilm n sql

@jimmathew999

Excellent work @alex. Thanks for sharing. May I know how to add proxy in the code?. My network is behind company firewall. I'm unable to run open ai.

@luiseterovick7096

Would it be possible to use the AI to check if the column content is related to the initial question? Or just use AI to build the query and then it's more literal?