Docs: Chat assistant relative time expressions were enabled in 0.17.1. (#7647)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-14 19:42:27 +08:00
committed by GitHub
parent 5218ff775c
commit 53a2c8e452
10 changed files with 10 additions and 10 deletions

View File

@ -447,7 +447,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
以上是知识库。`,
systemMessage: '请输入',
systemTip:
'当LLM回答问题时你需要LLM遵循的说明比如角色设计、答案长度和答案语言等。',
'当LLM回答问题时你需要LLM遵循的说明比如角色设计、答案长度和答案语言等。如果您的模型原生支持在问答中推理,可以通过 //no_thinking 关闭自动推理。',
topN: 'Top N',
topNTip: `并非所有相似度得分高于“相似度阈值”的块都会被提供给大语言模型。 LLM 只能看到这些“Top N”块。`,
variable: '变量',