mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add keyword item to AssistantSetting #4543 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -107,6 +107,15 @@ const AssistantSetting = ({ show, form }: ISegmentedContentProps) => {
|
||||
>
|
||||
<Switch />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t('keyword')}
|
||||
valuePropName="checked"
|
||||
name={['prompt_config', 'keyword']}
|
||||
tooltip={t('keywordTip')}
|
||||
initialValue={false}
|
||||
>
|
||||
<Switch />
|
||||
</Form.Item>
|
||||
{/* <Form.Item
|
||||
label={t('selfRag')}
|
||||
valuePropName="checked"
|
||||
|
||||
Reference in New Issue
Block a user