mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-12 04:16:52 +08:00
feat(knowledge): 优化知识库文件上传功能
- 添加通用模板上传功能 - 优化上传接口调用逻辑 - 增加上传进度显示和模板下载功能 - 调整预处理结果预览对话框逻辑 - 优化文档详情查看功能
This commit is contained in:
@@ -126,3 +126,7 @@ export function updateRuleExtractSplit(data) {
|
||||
export function uploadFileByCustom(data) {
|
||||
return getUrl(`/datasetDocumentEx/uploadFileByCustom`, 'jifen')
|
||||
}
|
||||
//知识库文件上传-通用
|
||||
export function uploadFileByTemplate(data) {
|
||||
return getUrl(`/datasetDocumentEx/uploadFileByTemplate`, 'jifen')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user