mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 19:46:44 +08:00
Fix:Modify the name of the Overlapped percent field (#11866)
### What problem does this PR solve? Fix:Modify the name of the Overlapped percent field ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -329,6 +329,7 @@ export default {
|
|||||||
reRankModelWaring: 'Re-rank model is very time consuming.',
|
reRankModelWaring: 'Re-rank model is very time consuming.',
|
||||||
},
|
},
|
||||||
knowledgeConfiguration: {
|
knowledgeConfiguration: {
|
||||||
|
overlappedPercent: 'Overlapped percent',
|
||||||
generationScopeTip:
|
generationScopeTip:
|
||||||
'Determines whether RAPTOR is generated for the entire dataset or for a single file.',
|
'Determines whether RAPTOR is generated for the entire dataset or for a single file.',
|
||||||
scopeDataset: 'Dataset',
|
scopeDataset: 'Dataset',
|
||||||
|
|||||||
@ -292,7 +292,7 @@ export function OverlappedPercent() {
|
|||||||
return (
|
return (
|
||||||
<SliderInputFormField
|
<SliderInputFormField
|
||||||
name="parser_config.overlapped_percent"
|
name="parser_config.overlapped_percent"
|
||||||
label={t('flow.filenameEmbeddingWeight')}
|
label={t('knowledgeConfiguration.overlappedPercent')}
|
||||||
max={0.5}
|
max={0.5}
|
||||||
step={0.01}
|
step={0.01}
|
||||||
></SliderInputFormField>
|
></SliderInputFormField>
|
||||||
|
|||||||
Reference in New Issue
Block a user