mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: missing dataset patch parameters in settings modal (#4901)
This commit is contained in:
parent
f32b440c4a
commit
63addc9258
|
@ -100,6 +100,8 @@ const SettingsModal: FC<SettingsModalProps> = ({
|
|||
permission,
|
||||
indexing_technique: indexMethod,
|
||||
retrieval_model: postRetrievalConfig,
|
||||
embedding_model: localeCurrentDataset.embedding_model,
|
||||
embedding_model_provider: localeCurrentDataset.embedding_model_provider,
|
||||
},
|
||||
})
|
||||
notify({ type: 'success', message: t('common.actionMsg.modifiedSuccessfully') })
|
||||
|
|
Loading…
Reference in New Issue
Block a user