diff --git a/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx b/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx index ad012a7d94..9a31435c9c 100644 --- a/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx +++ b/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx @@ -132,11 +132,11 @@ const SelectDataSet: FC = ({ toggleSelect(item) }} > -
+
-
{item.name}
+
{item.name}
{!item.embedding_available && ( {t('dataset.unavailable')} )} @@ -144,13 +144,14 @@ const SelectDataSet: FC = ({ { item.indexing_technique && ( ) } { item.provider === 'external' && ( - + ) }