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:
chanx
2025-12-10 13:38:24 +08:00
committed by GitHub
parent a1164b9c89
commit 80f3ccf1ac
2 changed files with 2 additions and 1 deletions

View File

@ -329,6 +329,7 @@ export default {
reRankModelWaring: 'Re-rank model is very time consuming.',
},
knowledgeConfiguration: {
overlappedPercent: 'Overlapped percent',
generationScopeTip:
'Determines whether RAPTOR is generated for the entire dataset or for a single file.',
scopeDataset: 'Dataset',

View File

@ -292,7 +292,7 @@ export function OverlappedPercent() {
return (
<SliderInputFormField
name="parser_config.overlapped_percent"
label={t('flow.filenameEmbeddingWeight')}
label={t('knowledgeConfiguration.overlappedPercent')}
max={0.5}
step={0.01}
></SliderInputFormField>