perf: 知识库重新向量化优化提示

perf: 知识库重新向量化优化提示
v3.2
wangdan-fit2cloud 2024-05-27 14:59:08 +08:00 committed by GitHub
commit bfbb396f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,9 @@ function refresh() {
}
function reEmbeddingDataset(row: any) {
datasetApi.putReEmbeddingDataset(row.id).then(() => {})
datasetApi.putReEmbeddingDataset(row.id).then(() => {
MsgSuccess('提交成功')
})
}
function syncDataset(row: any) {