BRK408 Building a RAG App with VS Code and Prompt Flow extension - Train the Trainer Presenter View

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 3

  • @Anno_Nymous
    @Anno_Nymous หลายเดือนก่อน

    i hate prompt-flow, isnt it much easier to make you own template and have the config part in a json files, this way prompts are easy to manage?

  • @WantOxide
    @WantOxide 9 หลายเดือนก่อน

    makes 0 sense. how to determine which gets executed and in which order? From input multiple arrows start and they all do different things tht should be sequential (ie input -> transform input in embedding -> RAG)

    • @dgloverau
      @dgloverau  9 หลายเดือนก่อน

      Hey there - great question, Prompt Flow works out what can be done in parallel and what needs to be done in sequentially... Cheers Dave
      PS, if you scroll through the notes at gloveboxes.github.io/prompt_flow_demo_docs/ you'll see the Prompt Frow execution graph.