mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
Updated RAPTOR-specific UI (#7348)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -348,9 +348,9 @@ export default {
|
||||
randomSeedMessage: '随机种子是必填项',
|
||||
promptTip:
|
||||
'系统提示为大模型提供任务描述、规定回复方式,以及设置其他各种要求。系统提示通常与 key (变量)合用,通过变量设置大模型的输入数据。你可以通过斜杠或者 (x) 按钮显示可用的 key。',
|
||||
maxTokenTip: '用于汇总的最大token数。',
|
||||
thresholdTip: '阈值越大,聚类越少。',
|
||||
maxClusterTip: '最大聚类数。',
|
||||
maxTokenTip: '用于设定每个被总结的文本块的最大 token 数。',
|
||||
thresholdTip: '在 RAPTOR 中,数据块会根据它们的语义相似性进行聚类。阈值设定了数据块被分到同一组所需的最小相似度。阈值越高,每个聚类中的数据块越少;阈值越低,则每个聚类中的数据块越多。',
|
||||
maxClusterTip: '最多可创建的聚类数。',
|
||||
entityTypes: '实体类型',
|
||||
pageRank: '页面排名',
|
||||
pageRankTip: `知识库检索时,你可以为特定知识库设置较高的 PageRank 分数,该知识库中匹配文本块的混合相似度得分会自动叠加 PageRank 分数,从而提升排序权重。详见 https://ragflow.io/docs/dev/set_page_rank。`,
|
||||
|
||||
Reference in New Issue
Block a user