Skip to content

Commit

Permalink
perf: 知识库重新向量化优化提示
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed May 27, 2024
1 parent 0afc7bb commit 49c2d7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/views/dataset/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 49c2d7a

Please sign in to comment.