Sfoglia il codice sorgente

fix: rag pipeline template

tags/2.0.0-beta.1
zxhlyh 2 mesi fa
parent
commit
ce3eb0fcbb

+ 1
- 0
web/app/components/rag-pipeline/hooks/use-pipeline-template.ts Vedi File

@@ -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…
Annulla
Salva