mirror of
https://github.com/langgenius/dify.git
synced 2026-03-28 14:01:53 -04:00
Fix: resolve issue with embedding model field visibility toggling on datasets page (#5451)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user