mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 21:15:55 +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…
x
Reference in New Issue
Block a user