Fix: resolve issue with embedding model field visibility toggling on datasets page (#5451)

This commit is contained in:
gongzhongqiang 2024-06-24 12:58:36 +08:00 committed by GitHub
parent f220d294e0
commit 54b8d98cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>