Feat: Add a link to create a template to the operator parameter of the compiler operator. (#17563)

This commit is contained in:
balibabu
2026-07-31 13:54:59 +08:00
committed by GitHub
parent 7ddf141d2c
commit 67f027c306
4 changed files with 33 additions and 8 deletions

View File

@@ -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',

View File

@@ -865,6 +865,7 @@ export default {
maxClusterTip: '最多可创建的聚类数。',
entityTypes: '实体类型',
compilationTemplate: '算子',
createTemplate: '创建模板',
scopeFile: '文件',
pageRank: '页面排名',
pageRankTip: `知识库检索时,你可以为特定知识库设置较高的 PageRank 分数,该知识库中匹配文本块的混合相似度得分会自动叠加 PageRank 分数,从而提升排序权重。详见 https://ragflow.io/docs/dev/set_page_rank。`,