mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: rag pipeline template
This commit is contained in:
@ -15,6 +15,7 @@ export const usePipelineTemplate = () => {
|
|||||||
...knowledgeBaseDefault.defaultValue as KnowledgeBaseNodeType,
|
...knowledgeBaseDefault.defaultValue as KnowledgeBaseNodeType,
|
||||||
type: knowledgeBaseDefault.metaData.type,
|
type: knowledgeBaseDefault.metaData.type,
|
||||||
title: t(`workflow.blocks.${knowledgeBaseDefault.metaData.type}`),
|
title: t(`workflow.blocks.${knowledgeBaseDefault.metaData.type}`),
|
||||||
|
selected: true,
|
||||||
},
|
},
|
||||||
position: {
|
position: {
|
||||||
x: START_INITIAL_POSITION.x + 500,
|
x: START_INITIAL_POSITION.x + 500,
|
||||||
|
|||||||
Reference in New Issue
Block a user