浏览代码

fix: rag pipeline template

tags/2.0.0-beta.1
zxhlyh 2 个月前
父节点
当前提交
ce3eb0fcbb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      web/app/components/rag-pipeline/hooks/use-pipeline-template.ts

+ 1
- 0
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,

正在加载...
取消
保存