perf: 知识库重新向量化优化提示
This commit is contained in:
parent
0afc7bb791
commit
49c2d7af92
@ -130,7 +130,9 @@ function refresh() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function reEmbeddingDataset(row: any) {
|
function reEmbeddingDataset(row: any) {
|
||||||
datasetApi.putReEmbeddingDataset(row.id).then(() => {})
|
datasetApi.putReEmbeddingDataset(row.id).then(() => {
|
||||||
|
MsgSuccess('提交成功')
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
function syncDataset(row: any) {
|
function syncDataset(row: any) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user