Feat: Translate the splitter operator field #9869 (#10166)

### What problem does this PR solve?

Feat: Translate the splitter operator field #9869

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-19 11:11:22 +08:00
committed by GitHub
parent a1b947ffd6
commit 4fae40f66a
85 changed files with 146 additions and 6442 deletions

View File

@ -40,7 +40,10 @@ const TokenizerForm = ({ node }: INextOperatorForm) => {
return (
<Form {...form}>
<FormWrapper>
<RAGFlowFormItem name="search_method" label={t('search_method')}>
<RAGFlowFormItem
name="search_method"
label={t('dataflow.searchMethod')}
>
{(field) => (
<MultiSelect
options={SearchMethodOptions}
@ -52,7 +55,7 @@ const TokenizerForm = ({ node }: INextOperatorForm) => {
</RAGFlowFormItem>
<SliderInputFormField
name="filename_embd_weight"
label="filename_embd_weight"
label={t('dataflow.filenameEmbdWeight')}
max={0.5}
step={0.01}
></SliderInputFormField>