mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 21:37:33 +08:00
Update wording for empty response to support only Naive (#17651)
This commit is contained in:
@@ -1078,7 +1078,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
assistantAvatar: 'Assistant avatar',
|
||||
language: 'Language',
|
||||
emptyResponse: 'Empty response',
|
||||
emptyResponseTip: `Set this as a response if no results are retrieved from the datasets for your query, or leave this field blank to allow the LLM to improvise when nothing is found.`,
|
||||
emptyResponseTip: `Set this as a response if no results are retrieved from the datasets for your query, or leave this field blank to allow the LLM to improvise when nothing is found. This setting only takes effect when Thinking Mode is set to Naive.`,
|
||||
emptyResponseMessage: `Empty response will be triggered when nothing relevant is retrieved from datasets. You must clear the 'Empty response' field if no dataset is selected.`,
|
||||
emptyResponsePlaceholder:
|
||||
'The answer you are looking for is not found in the dataset!',
|
||||
|
||||
@@ -975,7 +975,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
|
||||
language: '语言',
|
||||
emptyResponse: '空回复',
|
||||
emptyResponsePlaceholder: '在知识库中未找到您要寻找的答案!',
|
||||
emptyResponseTip: `如果在知识库中没有检索到用户的问题,它将使用它作为答案。 如果您希望 LLM 在未检索到任何内容时提出自己的意见,请将此留空。`,
|
||||
emptyResponseTip: `如果在知识库中没有检索到用户的问题,它将使用它作为答案。 如果您希望 LLM 在未检索到任何内容时提出自己的意见,请将此留空。仅在思考模式是简单模式时候生效。`,
|
||||
emptyResponseMessage: `当知识库中未检索到任何相关信息时,将触发空响应。由于未选择任何知识库,因此请清除“空响应”。`,
|
||||
setAnOpener: '设置开场白',
|
||||
setAnOpenerInitial: `你好! 我是你的助理,有什么可以帮到你的吗?`,
|
||||
|
||||
Reference in New Issue
Block a user