Fix: resolve issue with embedding model field visibility toggling on datasets page (#5451)
This commit is contained in:
parent
f220d294e0
commit
54b8d98cde
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue