Build ChatGPT in Power Apps with Azure OpenAI and Power Virtual Agent

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 23

  • @ArohShukla
    @ArohShukla Před rokem +1

    What a fantastic video. Thanks a lot for sharing!!

    • @gptOdyssey
      @gptOdyssey  Před 10 měsíci

      Thanks for spending time watching!

  • @andyyorke9956
    @andyyorke9956 Před 10 měsíci +5

    What's the complete expression to put in the Return value(s) to Power Virtual Agents? (body(...)

    • @tundeszabo8178
      @tundeszabo8178 Před 6 měsíci

      If you called the previous HTTP action "HTTP", then it is body('HTTP')['choices'][0]['message']['content']

  • @udithwiratunga9438
    @udithwiratunga9438 Před 10 měsíci +1

    Thank you for the clear explanations with demo

  • @hersil2012
    @hersil2012 Před 7 měsíci

    Excellent explanations! I know it was mentioned that it cannot be added system message. Do you know if it can be done in some point of the flow? I´m trying to create a chatbot with a system prompt. Thanks a lot!

  • @pedramhaqiqi7030
    @pedramhaqiqi7030 Před rokem +1

    life saver video, keep posting about solutions. I am trying to solve the problem of ASPX site content + document library. Would boosted conversation + fall back open ai model trained on cognitive search data a good solution? is it even possible.

    • @gptOdyssey
      @gptOdyssey  Před rokem

      Great idea buddy! Right now I only know the boosted conversation inside PVA can index ASPX page content. The ACS Indexer cannot. Let me know if you worked it out!

    • @pedramhaqiqi7030
      @pedramhaqiqi7030 Před rokem

      I am @@gptOdyssey working actively on a project today. Could I shoot you and email or discord message if you have the time to help out with some questions of mine?

  • @kunalk5806
    @kunalk5806 Před 10 měsíci +1

    this is pretty cool, but how do you clear the context? so that bot can start to remember from fresh?

    • @gptOdyssey
      @gptOdyssey  Před 10 měsíci

      Good question. I haven't thought about it. It's gonna the token limit at some point. Also if you start a new chat session, it will clear the context. I might need a reset button. Good suggestion!

  • @rickysydney4208
    @rickysydney4208 Před 7 měsíci

    Do you have any video showing the parameter that needs to be passed in the http connector when you leverage Azure OpenAI that is linked to Azure AI Search with an index?

  • @juanjo2391
    @juanjo2391 Před rokem +2

    Hello, do you know if this method supports using the add your data feature?

  • @17avskadoo
    @17avskadoo Před 10 měsíci +1

    I have created "AzureOpenAIDemo" Cloud flows in a solution. Just like you mentioned in "Manually trigger a low" > "HTTP" and Test run successfully.
    But when I create my PVA Chat bot in same solution and in Fallback topic try to Call an Action I can't find my flow "AzureOpenAIDemo".
    Could you suggest what Am I missing ?

    • @gptOdyssey
      @gptOdyssey  Před 9 měsíci

      No I don't think you are missing anything. There are some constrains with the flow in the solution. I had the exact same issue! I just couldn't remember where is the reference but I did found some article explaining the exact issue.

    • @robertmaliszewski5579
      @robertmaliszewski5579 Před 8 měsíci

      @@gptOdyssey what is the documentation? I am having exact same issue and I do not know what's wrong or how to fix it.

    • @L4NFE4R
      @L4NFE4R Před 5 měsíci

      Great tutorial! Please provide the reference articles and/or documentation around the Call an Action that references that Flow because I cannot see it listed either

    • @lunchtimesuomi
      @lunchtimesuomi Před 4 měsíci

      When you create a new flow within a solution. New -> Automation -> Cloud flow -> Instant. Choose "When Power Virtual Agents calls a flow" instead of "Manually trigger a flow". After doing this, I can see my flow in the call an action.

  • @roshi1983
    @roshi1983 Před 11 měsíci +1

    can we integrate with this MS teams?

    • @gptOdyssey
      @gptOdyssey  Před 11 měsíci

      Yes of course. Just publish the PVA to Teams. You can stop there, ignoring the rest of video taking PVA into Power Apps.

  • @user-zt4qg6hm5u
    @user-zt4qg6hm5u Před 6 měsíci

    How can I add my own data to get answers from gpt about it