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

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • 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.
    Sample app repo: github.com/alex-wolf-ps/dbcha...
    00:00 Essential context
    01:43 Completed App demo
    08:21 Code tour and setup
    12:44 Frequently asked questions
    My other AI videos:
    New .NET OpenAI SDKs are here: • The new OpenAI SDK for...
    Setup and code with a local AI Model: • Local AI models! Code ...
    Learn to use AI to chat with your own data: • Learn Azure OpenAI - C...
    Use AI to chat with a NoSQL database: • Use AI to chat with a ...
    Learn to code a simple AI powered app: • Learn Azure OpenAI - B...
    Learn Azure OpenAI fundamentals: • Learn Azure OpenAI - G...
    Learn how to authenticate to Azure OpenAI the RIGHT way: • Authenticate to Azure ...
  • НаукаНаука

Комментарии • 10

  • @MartinMasella
    @MartinMasella 4 часа назад

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

  • @cartercordingley6062
    @cartercordingley6062 2 дня назад

    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

  • @shue78123
    @shue78123 7 дней назад

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

    • @alexthecodewolf
      @alexthecodewolf  7 дней назад

      Thanks, Do you mean how to use this same app/scenario but connect to non-Azure OpenAI, or do you just mean a general OpenAI or Azure OpenAI intro?

    • @shue78123
      @shue78123 7 дней назад

      @@alexthecodewolf I meant 'general OpenAI or Azure OpenAI intro', tnx!

  • @liammcmullen4497
    @liammcmullen4497 10 дней назад +1

    Thanks

  • @000shah000
    @000shah000 10 дней назад

    Can this be done in Node.js?

    • @alexthecodewolf
      @alexthecodewolf  10 дней назад

      Yes, it can definitely be done in Node, there's an Azure OpenAI SDK for node and plenty of JavaScript UI frameworks.