We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd1df3 commit 026773dCopy full SHA for 026773d
1 file changed
packages/autorag/frontend/src/app/components/configure/AutoragConfigure.tsx
@@ -84,7 +84,7 @@ function AutoragConfigure(): React.JSX.Element {
84
],
85
});
86
87
- const { data: allModelsData } = useLlamaStackModelsQuery(String(namespace), llamaStackSecretName);
+ const { data: allModelsData } = useLlamaStackModelsQuery(namespace ?? '', llamaStackSecretName);
88
89
useEffect(() => {
90
// Initialize available generation and embedding models into the form data
0 commit comments