fix: rag pipeline template

This commit is contained in:
zxhlyh 2025-09-01 10:23:08 +08:00
parent 1e9bfd8872
commit ce3eb0fcbb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export const usePipelineTemplate = () => {
...knowledgeBaseDefault.defaultValue as KnowledgeBaseNodeType,
type: knowledgeBaseDefault.metaData.type,
title: t(`workflow.blocks.${knowledgeBaseDefault.metaData.type}`),
selected: true,
},
position: {
x: START_INITIAL_POSITION.x + 500,