mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user