mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Fix: Bug fixes (#11960)
### What problem does this PR solve? Fix: Bug fixes New search popup style modification Fixed multilingual settings not updating immediately on personal center page Changed overlapped percent to percentage format, with maximum value of 30% ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -159,6 +159,7 @@ export default {
|
||||
doc: 'Docs',
|
||||
searchKnowledgePlaceholder: 'Search',
|
||||
noMoreData: `That's all. Nothing more.`,
|
||||
parserRequired: 'Chunk method is required',
|
||||
},
|
||||
knowledgeDetails: {
|
||||
localUpload: 'Local upload',
|
||||
@ -329,7 +330,7 @@ export default {
|
||||
reRankModelWaring: 'Re-rank model is very time consuming.',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
overlappedPercent: 'Overlapped percent',
|
||||
overlappedPercent: 'Overlapped percent(%)',
|
||||
generationScopeTip:
|
||||
'Determines whether RAPTOR is generated for the entire dataset or for a single file.',
|
||||
scopeDataset: 'Dataset',
|
||||
|
||||
@ -101,6 +101,7 @@ export default {
|
||||
doc: '文档',
|
||||
searchKnowledgePlaceholder: '搜索',
|
||||
noMoreData: '没有更多数据了',
|
||||
parserRequired: '分块方法必填',
|
||||
},
|
||||
knowledgeDetails: {
|
||||
localUpload: '本地上传',
|
||||
|
||||
Reference in New Issue
Block a user