File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ const putSyncWebDataset: (
178178}
179179
180180/**
181- * 重新向量化知识库
181+ * 向量化知识库
182182 * @param 参数 dataset_id
183183 */
184184const putReEmbeddingDataset : (
Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ async function submit() {
148148 }
149149
150150 if (cloneModelId .value !== BaseFormRef .value .form .embedding_mode_id ) {
151- MsgConfirm (` 提示 ` , ` 修改知识库向量模型后,需要对知识库重新向量化 ,是否继续保存? ` , {
152- confirmButtonText: ' 重新向量化 ' ,
151+ MsgConfirm (` 提示 ` , ` 修改知识库向量模型后,需要对知识库向量化 ,是否继续保存? ` , {
152+ confirmButtonText: ' 向量化 ' ,
153153 confirmButtonClass: ' primary'
154154 })
155155 .then (() => {
Original file line number Diff line number Diff line change 109109 iconName =" app-document-refresh"
110110 style =" font-size : 16px "
111111 ></AppIcon >
112- 重新向量化 </el-dropdown-item
112+ 向量化 </el-dropdown-item
113113 >
114114 <el-dropdown-item
115115 icon =" Setting"
Original file line number Diff line number Diff line change 2323 迁移
2424 </el-button >
2525 <el-button @click =" batchRefresh" :disabled =" multipleSelection.length === 0" >
26- 重新向量化
26+ 向量化
2727 </el-button >
2828 <el-button @click =" openGenerateDialog()" :disabled =" multipleSelection.length === 0" >
29- 生成关联问题
29+ 关联问题
3030 </el-button >
3131 <el-button @click =" openBatchEditDocument" :disabled =" multipleSelection.length === 0" >
3232 设置
@@ -623,7 +623,7 @@ function batchRefresh() {
623623 }
624624 })
625625 documentApi .batchRefresh (id , arr , loading ).then (() => {
626- MsgSuccess (' 批量重新向量化成功 ' )
626+ MsgSuccess (' 批量向量化成功 ' )
627627 multipleTableRef .value ?.clearSelection ()
628628 })
629629}
@@ -636,7 +636,7 @@ function batchGenerateRelated() {
636636 }
637637 })
638638 documentApi .batchGenerateRelated (id , arr , loading ).then (() => {
639- MsgSuccess (' 批量生成关联问题成功 ' )
639+ MsgSuccess (' 批量关联问题成功 ' )
640640 multipleTableRef .value ?.clearSelection ()
641641 })
642642}
You can’t perform that action at this time.
0 commit comments