Fix:Modify the name of the Overlapped percent field

This commit is contained in:
chanx 2025-12-10 13:07:04 +08:00
parent fd7e55b23d
commit 4fb18fa45d
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>