mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
0321 chunkmethods (#6520)
### What problem does this PR solve? #6061 ### Type of change - [x] Documentation Update
This commit is contained in:
@ -344,7 +344,7 @@ export default {
|
||||
maxClusterMessage: '最大聚类数是必填项',
|
||||
randomSeed: '随机种子',
|
||||
randomSeedMessage: '随机种子是必填项',
|
||||
promptTip: 'LLM提示用于总结。',
|
||||
promptTip: '系统提示为大模型提供任务描述、规定回复方式,以及设置其他各种要求。系统提示通常与 key (变量)合用,通过变量设置大模型的输入数据。你可以通过斜杠或者 (x) 按钮显示可用的 key。',
|
||||
maxTokenTip: '用于汇总的最大token数。',
|
||||
thresholdTip: '阈值越大,聚类越少。',
|
||||
maxClusterTip: '最大聚类数。',
|
||||
@ -360,7 +360,7 @@ export default {
|
||||
tagSet: '标签集',
|
||||
topnTags: 'Top-N 标签',
|
||||
tagSetTip: `
|
||||
<p> 请选择一个或多个标签集或标签知识库,用于对知识库中的每个文本块进行标记。 </p>
|
||||
<p> 请选择一个或多个标签集或标签知识库,用于对知识库中的每个文本块进行标记。</p>
|
||||
<p>对这些文本块的查询也将自动关联相应标签。 </p>
|
||||
<p>此功能基于文本相似度,能够为数据集的文本块批量添加更多领域知识,从而显著提高检索准确性。该功能还能提升大量文本块的操作效率。</p>
|
||||
<p>为了更好地理解标签集的作用,以下是标签集和关键词之间的主要区别:</p>
|
||||
|
||||
Reference in New Issue
Block a user