diff --git a/web/app/components/datasets/create/step-two/index.module.css b/web/app/components/datasets/create/step-two/index.module.css index 961969a20c..00b6a54bad 100644 --- a/web/app/components/datasets/create/step-two/index.module.css +++ b/web/app/components/datasets/create/step-two/index.module.css @@ -18,7 +18,7 @@ } .form .label { - @apply pt-6 pb-2 flex items-center; + @apply pb-2 flex items-center; font-weight: 500; font-size: 16px; line-height: 24px; diff --git a/web/app/components/datasets/create/step-two/index.tsx b/web/app/components/datasets/create/step-two/index.tsx index 0f929888c8..48443ccf21 100644 --- a/web/app/components/datasets/create/step-two/index.tsx +++ b/web/app/components/datasets/create/step-two/index.tsx @@ -59,6 +59,7 @@ import RadioCard from '@/app/components/base/radio-card' import { MessageChatSquare } from '@/app/components/base/icons/src/public/common' import { IS_CE_EDITION } from '@/config' import Switch from '@/app/components/base/switch' +import Divider from '@/app/components/base/divider' const TextLabel: FC = (props) => { return @@ -827,6 +828,7 @@ const StepTwo = ({ +
{t('datasetCreation.stepTwo.indexMode')}
@@ -894,7 +896,7 @@ const StepTwo = ({
)} {IS_CE_EDITION && indexType === IndexingType.QUALIFIED && ( -
+
@@ -922,7 +924,7 @@ const StepTwo = ({ )} {/* Embedding model */} {indexType === IndexingType.QUALIFIED && ( -
+
{t('datasetSettings.form.embeddingModel')}
)} + {/* Retrieval Method Config */}
{!datasetId