소스 검색

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,

Loading…
취소
저장