mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-07 16:11:16 +08:00
Feat: Add a link to create a template to the operator parameter of the compiler operator. (#17563)
This commit is contained in:
@@ -954,6 +954,7 @@ The above is the content you need to summarize.`,
|
||||
randomSeedMessage: 'Random seed is required',
|
||||
entityTypes: 'Entity types',
|
||||
compilationTemplate: 'Operator',
|
||||
createTemplate: 'Create template',
|
||||
scopeFile: 'File',
|
||||
vietnamese: 'Vietnamese',
|
||||
pageRank: 'Page rank',
|
||||
|
||||
@@ -865,6 +865,7 @@ export default {
|
||||
maxClusterTip: '最多可创建的聚类数。',
|
||||
entityTypes: '实体类型',
|
||||
compilationTemplate: '算子',
|
||||
createTemplate: '创建模板',
|
||||
scopeFile: '文件',
|
||||
pageRank: '页面排名',
|
||||
pageRankTip: `知识库检索时,你可以为特定知识库设置较高的 PageRank 分数,该知识库中匹配文本块的混合相似度得分会自动叠加 PageRank 分数,从而提升排序权重。详见 https://ragflow.io/docs/dev/set_page_rank。`,
|
||||
|
||||
Reference in New Issue
Block a user