Fix bug in /chat endpoint for general and update depdendencies

This commit is contained in:
sabaimran
2023-08-28 14:12:04 -07:00
parent c93dcc948a
commit 7c35da9fc4
2 changed files with 2 additions and 2 deletions

View File

@@ -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