fix: correct retrieval method property access in Step Three component

pull/21409/head
WTW0313 11 months ago
parent 10760902eb
commit 34dc4a0f5a

@ -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}
/>
</div>
</div>

Loading…
Cancel
Save