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)
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.
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?
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)
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.