Build an Azure OpenAI powered .NET 8 Chat Bot on your data from scratch | .NET Conf 2023

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025
  • НаукаНаука

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

  • @jm82337
    @jm82337 Год назад +2

    Great job. Very quick and straight forward approach. Right to the point.

  • @RobertJunega-tg1tz
    @RobertJunega-tg1tz Год назад +2

    Wonderful talk! He delivered it was ease in just 30 min. Impressive!

  • @shivanandarur5547
    @shivanandarur5547 Год назад +1

    Great presentation. Azure OpenAI makes it very easy to integrate AI into any application. Thanks for this video.

  • @ThemeParkTeslaCamping360
    @ThemeParkTeslaCamping360 Год назад +1

    Excellent presentation. Very very useful

  • @marcoerlwein2165
    @marcoerlwein2165 Год назад +4

    thanks !!! please can you share the Code ??

  • @floydthunder9255
    @floydthunder9255 7 месяцев назад

    Thank you for the amazing presentation. Exceptional coverage in 30 minutes from basic to advanced.

  • @JohnLee-wv4wq
    @JohnLee-wv4wq Год назад

    this is a great video! can you point out the materials or videos how to address the challenges you mentioned in the last part of your video? token limit, combine gpt and your own data

  • @trannhan1432
    @trannhan1432 6 месяцев назад

    This is insane. Thank you!

  • @huntermedic
    @huntermedic 10 месяцев назад

    Maybe start with what extensions you are using? For instance, I am using C# Dev Kit and C# extension from Microsoft and I do not get the popup for "Required assets to build and debug are missing from 'DotNetConf'. Add them?".

  • @Rafael-vn2bo
    @Rafael-vn2bo Год назад +1

    Cool, exactly what I'm looking for.

  • @VinceKolb
    @VinceKolb 3 месяца назад

    do you have an updated version including Azure Search services and gpt-4o for .Net C# chatbot?

  • @test-ut9xy
    @test-ut9xy 11 месяцев назад

    hi. Thanks for this great sample! I have a legal question. What happens to the data you provide to the bot? I mean, the content of the file you upload, is sent to OpenAI and they "could" read the content, as happens with the standard ChatGPT?

    • @kirankumar-rp3rs
      @kirankumar-rp3rs 11 месяцев назад

      I had the same question

    • @MatheusLB2009
      @MatheusLB2009 8 месяцев назад

      Gets sent and the api can read it because, obviously, but i dont think it gets permanently stored. A lotta business use it, openAI probably takes it seriously. Id worry more if YOU are allowed to send the data in the first place

  • @CanerATAS
    @CanerATAS Год назад

    Where can I find that Demo folder? Which includes .env packages.txt etc?

  • @devgenesis6436
    @devgenesis6436 Год назад

    How can we train data if i have multiple pdf are we going to train on runtime only

  • @gauravsharma-nw2mp
    @gauravsharma-nw2mp Год назад

    I'm getting 2 issues here.
    1.While creating Chatmessage instance , "the type or namespace name ChatMessage could not be found"
    2.GetChatCompletionsAsync taking only one argument ie. var chatcompletion . It is not taking model
    Please assist

  • @srikanthverpula6271
    @srikanthverpula6271 11 месяцев назад

    where I download these code which you have explained in video

  • @ishananaguru
    @ishananaguru Год назад +1

    what is this vscode theme you are using?

    • @ChanderDhallInc
      @ChanderDhallInc Год назад +1

      Dark theme for Mac.

    • @ishananaguru
      @ishananaguru Год назад

      @@ChanderDhallInc too bad there isn't such dark theme for windows. Thanks for the reply.

  • @LaLimen0s
    @LaLimen0s Год назад +1

    Very nice presentation but copilot likes to sabotage you! 😂😂😂

  • @nicolassuarez2933
    @nicolassuarez2933 3 месяца назад

    Outstanding! But where is the source code? There are some unresolved errors with your video... Thanks

  • @PedroHenriqueSilvaSantos-wy3qe
    @PedroHenriqueSilvaSantos-wy3qe 11 месяцев назад

    how I can do this with python ?

  • @carlospva74
    @carlospva74 Год назад +2

    Hello