You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
我将两级条件分支节点之后的知识检索节点全部聚合在一个聚合变量节点,送入LLM节点,LLM节点无法流式输出,在LLM全部计算完毕后全部一次性显示,<深度思考>显示为0s,但<深度思考>实际有内容。使用ollama调用本地大模型。已排除其他原因,原因已锁定在“两级条件分支节点之后的知识检索节点全部聚合在一个聚合变量节点,送入LLM节点”。
Aggregate all knowledge retrieval nodes following the two-level conditional branch structure into a single variable node, then pass it to the LLM node. The LLM node cannot stream outputs and displays results entirely upon completion. The shows 0s duration but contains actual content.Using ollama to invoke the local LLM. After ruling out other potential causes, the issue has been isolated to the process of aggregating all knowledge retrieval nodes following the two-level conditional branch structure into a single variable node before passing to the LLM node.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
我将两级条件分支节点之后的知识检索节点全部聚合在一个聚合变量节点,送入LLM节点,LLM节点无法流式输出,在LLM全部计算完毕后全部一次性显示,<深度思考>显示为0s,但<深度思考>实际有内容。使用ollama调用本地大模型。已排除其他原因,原因已锁定在“两级条件分支节点之后的知识检索节点全部聚合在一个聚合变量节点,送入LLM节点”。

Aggregate all knowledge retrieval nodes following the two-level conditional branch structure into a single variable node, then pass it to the LLM node. The LLM node cannot stream outputs and displays results entirely upon completion. The shows 0s duration but contains actual content.Using ollama to invoke the local LLM. After ruling out other potential causes, the issue has been isolated to the process of aggregating all knowledge retrieval nodes following the two-level conditional branch structure into a single variable node before passing to the LLM node.
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions