Azure OpenAI Assistants V2 API in C# .NET - RAG with File Search Tool

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

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

  • @simondevlin4069
    @simondevlin4069 17 дней назад

    I’ve only just found your channel, and I’m loving the content. This one was really useful and has kicked off some ideas. Thanks!

  • @MortvmMM
    @MortvmMM 19 дней назад

    amazing work! thanks for the valuable info. content creators like you improve our developer lives so much more than the practically non-existent Microsoft documentation... hopefully it will get better in time

  • @ibrahimsharckas8929
    @ibrahimsharckas8929 Месяц назад

    I like these videos explaining the updates technologies

  • @kaymeister634
    @kaymeister634 Месяц назад

    Nice work! Thanks for sharing.

    • @edandersen
      @edandersen  Месяц назад

      No probs grab the code off the repo :-)

  • @_MoshikoAz_
    @_MoshikoAz_ 19 дней назад

    thanks for the video, any chance for an example with function calling ? being struggling with for quite a while, the docs seems quite confusing

    • @edandersen
      @edandersen  19 дней назад

      I have got this working so I might just do that

  • @debeerpaul
    @debeerpaul Месяц назад

    Ah mate youre a life saver this is exactly what I need. Couple of questions... So for instance I want to use this in a mvc or blazor web app and I have multiple users accessing the assistant at the same time, whould it treat each connection as a separate session? Would it be better queued and managed by a triggered azure function rather?

    • @edandersen
      @edandersen  Месяц назад +1

      I’d just set up an assistant thread per user

  • @HakobAmirjanyan
    @HakobAmirjanyan 29 дней назад

    why this is not warking for me?

    • @edandersen
      @edandersen  29 дней назад

      make sure assistants are available in your azure open ai region. also check the source code linked in the description

    • @HakobAmirjanyan
      @HakobAmirjanyan 26 дней назад

      @@edandersen the .pdf file is saved in the OpenAI Data Files section, but I’m not receiving any response or confirmation regarding this file, unlike what you experienced.

  • @ArdaCüce
    @ArdaCüce Месяц назад

    need this for nodejs