Update chat_service.py
This commit is contained in:
parent
3d07a6b419
commit
e3eb4dc3d1
1 changed files with 7 additions and 8 deletions
|
|
@ -110,7 +110,6 @@ class ChatService:
|
|||
filter_expression["score_threshold"] = score_threshold
|
||||
|
||||
# Pass the complete filter expression as a single header to Langflow (only if we have something to send)
|
||||
if filter_expression:
|
||||
logger.info(
|
||||
"Sending OpenRAG query filter to Langflow",
|
||||
filter_expression=filter_expression,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue