Fix embed dialog language label mistranslation (#17827)

This commit is contained in:
euvre
2026-08-11 23:52:44 -07:00
committed by GitHub
parent 127ec4408b
commit 70485d7ad0
2 changed files with 2 additions and 2 deletions

View File

@@ -1241,7 +1241,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
languageTip:
'Allows sentence rewriting with the specified language or defaults to the latest question if not selected.',
avatarHidden: 'Hide avatar',
locale: 'Locale',
locale: 'Language',
selectLanguage: 'Select a language',
reasoning: 'Reasoning',
reasoningTip: `Whether to enable a reasoning workflow during question answering, as seen in models like Deepseek-R1 or OpenAI o1. When enabled, this allows the model to access external knowledge and tackle complex questions in a step-by-step manner, leveraging techniques like chain-of-thought reasoning. This approach enhances the model's ability to provide accurate responses by breaking down problems into manageable steps, improving performance on tasks that require logical reasoning and multi-step thinking.`,

View File

@@ -1159,7 +1159,7 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
cancel: '取消',
chatSetting: '聊天设置',
avatarHidden: '隐藏头像',
locale: '地区',
locale: '语言',
tocEnhance: 'PageIndex',
tocEnhanceTip: `解析文档时生成了目录信息见General方法的'启用目录抽取'让大模型返回和用户问题相关的目录项从而利用目录项拿到相关chunk对这些chunk在排序中进行加权。这种方法来源于模仿人类查询书本中知识的行为逻辑`,
batchDeleteSessions: '批量删除',