langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
35.59k stars 4.8k forks source link

need multiple branch supported #5632

Open akan opened 3 days ago

akan commented 3 days ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

image Sometimes I don't need the second classify node instead of a simple node with multiple branch nodes following, then I simplely merge the result, that's what I want. Maybe Iterator node is similar to the solution, but it is not the same.

2. Additional context or comments

the workflow graph need to handle the situation like that: multiple steps with no order index, then merge the results 希望工作流可以处理这种一个节点后,有多个相似的步骤都需要处理,结果还要汇总的。这个地方总分总应该是最清晰的。循环或者串行都不太符合期望的结构。虽然估计也能做。

3. Can you help us with this feature?

crazywoola commented 3 days ago

We are working on parallel feature.