mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-15 22:06:50 +08:00
Merge branch 'dev' into system
# Conflicts: # src/router/generatedRouter/index.js
This commit is contained in:
@@ -286,3 +286,12 @@ export function mdIndex(params) {
|
||||
back: true
|
||||
})
|
||||
}
|
||||
|
||||
// 上传到知识库
|
||||
export function embedding(data) {
|
||||
return request({
|
||||
url: getUrl(`/datasetDocumentEx/split/embedding`),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user