diff --git a/web/app/components/rag-pipeline/hooks/use-pipeline-template.ts b/web/app/components/rag-pipeline/hooks/use-pipeline-template.ts index bb92255670..2695fc74aa 100644 --- a/web/app/components/rag-pipeline/hooks/use-pipeline-template.ts +++ b/web/app/components/rag-pipeline/hooks/use-pipeline-template.ts @@ -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,