Unverified Commit ec5f585d authored by crazywoola's avatar crazywoola Committed by GitHub

1111 wrong embedding model displayed in datasets (#1186)

parent 1de48f33
...@@ -69,7 +69,7 @@ const translation = { ...@@ -69,7 +69,7 @@ const translation = {
indexMode: 'Index mode', indexMode: 'Index mode',
qualified: 'High Quality', qualified: 'High Quality',
recommend: 'Recommend', 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.', warning: 'Please set up the model provider API key first.',
click: 'Go to settings', click: 'Go to settings',
economical: 'Economical', economical: 'Economical',
......
...@@ -69,7 +69,7 @@ const translation = { ...@@ -69,7 +69,7 @@ const translation = {
indexMode: '索引方式', indexMode: '索引方式',
qualified: '高质量', qualified: '高质量',
recommend: '推荐', recommend: '推荐',
qualifiedTip: '调用 OpenAI 的嵌入接口进行处理,以在用户查询时提供更高的准确度', qualifiedTip: '调用系统默认的嵌入接口进行处理,以在用户查询时提供更高的准确度',
warning: '请先完成模型供应商的 API KEY 设置。.', warning: '请先完成模型供应商的 API KEY 设置。.',
click: '前往设置', click: '前往设置',
economical: '经济', economical: '经济',
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment