ソースを参照

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,

読み込み中…
キャンセル
保存