diff --git a/nvidia/txt2kg/assets/frontend/components/rag-query.tsx b/nvidia/txt2kg/assets/frontend/components/rag-query.tsx index ae513cd..23249f7 100644 --- a/nvidia/txt2kg/assets/frontend/components/rag-query.tsx +++ b/nvidia/txt2kg/assets/frontend/components/rag-query.tsx @@ -47,7 +47,7 @@ export function RagQuery({ // Update query mode when vectorEnabled changes - but don't override user selection useEffect(() => { - // Only set default mode on initial load, not when user selects Traditional Graph + // Only set default mode on initial load, not when user selects Graph Search if (vectorEnabled && queryMode === 'traditional') { console.log('Not forcing mode change - respecting user selection'); // No longer forcing mode change - let user select what they want @@ -164,7 +164,7 @@ export function RagQuery({