mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 16:45:35 +08:00
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:
@ -364,7 +364,7 @@ export default {
|
||||
{knowledge}
|
||||
上記がナレッジベースです。`,
|
||||
systemMessage: '入力してください!',
|
||||
systemTip: 'LLMが質問に答える際に従う指示を設定します。',
|
||||
systemTip: 'LLMが質問に答える際に従う指示を設定します。モデルがネイティブで推論をサポートしている場合、推論を停止するためにプロンプトに //no_thinking を追加できます。',
|
||||
topN: 'トップN',
|
||||
topNTip: `類似度スコアがしきい値を超えるチャンクのうち、上位N件のみがLLMに供給されます。`,
|
||||
variable: '変数',
|
||||
|
||||
Reference in New Issue
Block a user