diff --git a/frontend/src/components/SourceDropdown.tsx b/frontend/src/components/SourceDropdown.tsx index 4c69495f..04b95d7c 100644 --- a/frontend/src/components/SourceDropdown.tsx +++ b/frontend/src/components/SourceDropdown.tsx @@ -54,7 +54,7 @@ function SourceDropdown({
{options ? ( options.map((option: any, index: number) => { - if (option.model !== embeddingsName) { + if (option.model === embeddingsName) { return (