Skip to content

Commit a9e391a

Browse files
authored
Empty commit to redeploy
1 parent d799964 commit a9e391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Chat/Chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const Chat = memo(
458458

459459
// Skip vector search entirely if there are no documents
460460
if (documentCount === 0) {
461-
console.log('Vector search skipped: no documents available')
461+
// console.log('Vector search skipped: no documents available')
462462
homeDispatch({ field: 'wasQueryRewritten', value: false })
463463
homeDispatch({ field: 'queryRewriteText', value: null })
464464
message.wasQueryRewritten = undefined

0 commit comments

Comments
 (0)