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

perf: 知识库重新向量化优化提示
This commit is contained in:
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

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) {