mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
commit
bfbb396f96
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue