Skip to content

Commit 12a3e9b

Browse files
authored
fix: The nodes that can be added in the loop body are missing, and there are multiple recall nodes added (#4450)
1 parent 407ef13 commit 12a3e9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui/src/workflow/common/data.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,10 @@ export const applicationLoopMenuNodes = [
847847
},
848848
]
849849
export const knowledgeLoopMenuNodes = [
850+
{
851+
label: t('views.tool.dataSource.title'),
852+
list: [dataSourceLocalNode, dataSourceWebNode],
853+
},
850854
{
851855
label: t('workflow.nodes.classify.aiCapability'),
852856
list: [
@@ -864,7 +868,7 @@ export const knowledgeLoopMenuNodes = [
864868
},
865869
{
866870
label: t('views.knowledge.title'),
867-
list: [rerankerNode, documentExtractNode],
871+
list: [documentSplitNode, knowledgeWriteNode, documentExtractNode],
868872
},
869873
{
870874
label: t('workflow.nodes.classify.businessLogic'),

0 commit comments

Comments
 (0)