mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 21:29:12 +00:00
Fix bug in /chat endpoint for general and update depdendencies
This commit is contained in:
@@ -771,7 +771,7 @@ async def extract_references_and_questions(
|
||||
return compiled_references, inferred_queries
|
||||
|
||||
if conversation_type == ConversationCommand.General:
|
||||
return compiled_references, inferred_queries
|
||||
return compiled_references, inferred_queries, q
|
||||
|
||||
# Extract filter terms from user message
|
||||
defiltered_query = q
|
||||
|
||||
Reference in New Issue
Block a user