mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Supports page rank score for different knowledge bases. #3794 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -303,6 +303,9 @@ The above is the content you need to summarize.`,
|
||||
randomSeed: 'Random seed',
|
||||
randomSeedMessage: 'Random seed is required',
|
||||
entityTypes: 'Entity types',
|
||||
pageRank: 'Page rank',
|
||||
pageRankTip: `This is used to boost the relevance score. The relevance score with all the retrieved chunks will plus this number.
|
||||
When you want to search the given knowledge base at first place, set a higher pagerank score than others.`,
|
||||
},
|
||||
chunk: {
|
||||
chunk: 'Chunk',
|
||||
|
||||
@ -287,6 +287,9 @@ export default {
|
||||
thresholdTip: '閾值越大,聚類越少。',
|
||||
maxClusterTip: '最大聚類數。',
|
||||
entityTypes: '實體類型',
|
||||
pageRank: '頁面排名',
|
||||
pageRankTip: `這用來提高相關性分數。所有檢索到的區塊的相關性得分將加上該數字。
|
||||
當您想要先搜尋給定的知識庫時,請設定比其他人更高的 pagerank 分數。`,
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析塊',
|
||||
|
||||
@ -304,6 +304,9 @@ export default {
|
||||
thresholdTip: '阈值越大,聚类越少。',
|
||||
maxClusterTip: '最大聚类数。',
|
||||
entityTypes: '实体类型',
|
||||
pageRank: '页面排名',
|
||||
pageRankTip: `这用于提高相关性得分。所有检索到的块的相关性得分将加上此数字。
|
||||
当您想首先搜索给定的知识库时,请设置比其他知识库更高的 pagerank 得分。`,
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析块',
|
||||
|
||||
Reference in New Issue
Block a user