feat(models): add models page and refactor profile form
This commit is contained in:
@@ -69,6 +69,7 @@ function CreateKnowledgeDialog({ open, onClose, onSuccess }: CreateKnowledgeDial
|
||||
// 解析相关字段:后端已支持 parser_id / pipeline_id
|
||||
parser_id: data.parser_id,
|
||||
pipeline_id: data.pipeline_id,
|
||||
parse_type: Number.parseInt(parseType) ?? 1,
|
||||
};
|
||||
|
||||
await createKnowledge(requestData);
|
||||
|
||||
Reference in New Issue
Block a user