We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d799964 commit a9e391aCopy full SHA for a9e391a
src/components/Chat/Chat.tsx
@@ -458,7 +458,7 @@ export const Chat = memo(
458
459
// Skip vector search entirely if there are no documents
460
if (documentCount === 0) {
461
- console.log('Vector search skipped: no documents available')
+ // console.log('Vector search skipped: no documents available')
462
homeDispatch({ field: 'wasQueryRewritten', value: false })
463
homeDispatch({ field: 'queryRewriteText', value: null })
464
message.wasQueryRewritten = undefined
0 commit comments