diff --git a/web/app/components/datasets/create/step-three/index.tsx b/web/app/components/datasets/create/step-three/index.tsx index 3b546acb1d..ea5977a02a 100644 --- a/web/app/components/datasets/create/step-three/index.tsx +++ b/web/app/components/datasets/create/step-three/index.tsx @@ -53,7 +53,7 @@ const StepThree = ({ datasetId, datasetName, indexingType, creationCache, retrie batchId={creationCache?.batch || ''} documents={creationCache?.documents as FullDocumentDetail[]} indexingType={creationCache?.dataset?.indexing_technique || indexingType} - retrievalMethod={creationCache?.dataset?.retrieval_model?.search_method || retrievalMethod} + retrievalMethod={creationCache?.dataset?.retrieval_model_dict?.search_method || retrievalMethod} />