mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:49:03 +08:00
Fix: resolve issue with embedding model field visibility toggling on datasets page (#5451)
This commit is contained in:
parent
f220d294e0
commit
54b8d98cde
@ -194,7 +194,7 @@ const Form = () => {
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
{currentDataset && currentDataset.indexing_technique === 'high_quality' && (
|
||||
{indexMethod === 'high_quality' && (
|
||||
<div className={rowClass}>
|
||||
<div className={labelClass}>
|
||||
<div>{t('datasetSettings.form.embeddingModel')}</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user