mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Add TagTable #4367 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -34,6 +34,8 @@ export default {
|
||||
pleaseInput: 'Please input',
|
||||
submit: 'Submit',
|
||||
embedIntoSite: 'Embed into webpage',
|
||||
previousPage: 'Previous',
|
||||
nextPage: 'Next',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
@ -308,6 +310,9 @@ The above is the content you need to summarize.`,
|
||||
vietnamese: 'Vietnamese',
|
||||
pageRank: 'Page rank',
|
||||
pageRankTip: `This increases the relevance score of the knowledge base. Its value will be added to the relevance score of all retrieved chunks from this knowledge base. Useful when you are searching within multiple knowledge bases and wanting to assign a higher pagerank score to a specific one.`,
|
||||
tag: 'Tag',
|
||||
frequency: 'Frequency',
|
||||
searchTags: 'Search tags',
|
||||
},
|
||||
chunk: {
|
||||
chunk: 'Chunk',
|
||||
|
||||
@ -34,6 +34,8 @@ export default {
|
||||
pleaseInput: '請輸入',
|
||||
submit: '提交',
|
||||
embedIntoSite: '嵌入網站',
|
||||
previousPage: '上一頁',
|
||||
nextPage: '下一頁',
|
||||
},
|
||||
login: {
|
||||
login: '登入',
|
||||
@ -292,6 +294,9 @@ export default {
|
||||
pageRank: '頁面排名',
|
||||
pageRankTip: `這用來提高相關性分數。所有檢索到的區塊的相關性得分將加上該數字。
|
||||
當您想要先搜尋給定的知識庫時,請設定比其他人更高的 pagerank 分數。`,
|
||||
tag: '標籤',
|
||||
frequency: '頻次',
|
||||
searchTags: '搜尋標籤',
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析塊',
|
||||
|
||||
@ -34,6 +34,8 @@ export default {
|
||||
pleaseInput: '请输入',
|
||||
submit: '提交',
|
||||
embedIntoSite: '嵌入网站',
|
||||
previousPage: '上一页',
|
||||
nextPage: '下一页',
|
||||
},
|
||||
login: {
|
||||
login: '登录',
|
||||
@ -309,6 +311,9 @@ export default {
|
||||
pageRank: '页面排名',
|
||||
pageRankTip: `这用于提高相关性得分。所有检索到的块的相关性得分将加上此数字。
|
||||
当您想首先搜索给定的知识库时,请设置比其他知识库更高的 pagerank 得分。`,
|
||||
tag: '标签',
|
||||
frequency: '频次',
|
||||
searchTags: '搜索标签',
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析块',
|
||||
|
||||
Reference in New Issue
Block a user