Browse Source

1111 wrong embedding model displayed in datasets (#1186)

crazywoola 1 year ago
parent
commit
ec5f585df4
3 changed files with 153 additions and 396 deletions
  1. 1 1
      web/i18n/lang/dataset-creation.en.ts
  2. 1 1
      web/i18n/lang/dataset-creation.zh.ts
  3. 151 394
      web/yarn.lock

+ 1 - 1
web/i18n/lang/dataset-creation.en.ts

@@ -69,7 +69,7 @@ const translation = {
     indexMode: 'Index mode',
     qualified: 'High Quality',
     recommend: 'Recommend',
-    qualifiedTip: 'Call OpenAI\'s embedding interface for processing to provide higher accuracy when users query.',
+    qualifiedTip: 'Call default system embedding interface for processing to provide higher accuracy when users query.',
     warning: 'Please set up the model provider API key first.',
     click: 'Go to settings',
     economical: 'Economical',

+ 1 - 1
web/i18n/lang/dataset-creation.zh.ts

@@ -69,7 +69,7 @@ const translation = {
     indexMode: '索引方式',
     qualified: '高质量',
     recommend: '推荐',
-    qualifiedTip: '调用 OpenAI 的嵌入接口进行处理,以在用户查询时提供更高的准确度',
+    qualifiedTip: '调用系统默认的嵌入接口进行处理,以在用户查询时提供更高的准确度',
     warning: '请先完成模型供应商的 API KEY 设置。.',
     click: '前往设置',
     economical: '经济',

File diff suppressed because it is too large
+ 151 - 394
web/yarn.lock


Some files were not shown because too many files changed in this diff