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:
parent
a1164b9c89
commit
80f3ccf1ac
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue