diff --git a/backend/open_webui/apps/retrieval/utils.py b/backend/open_webui/apps/retrieval/utils.py index 5cd8f4ef2..8f855473e 100644 --- a/backend/open_webui/apps/retrieval/utils.py +++ b/backend/open_webui/apps/retrieval/utils.py @@ -128,8 +128,8 @@ def query_doc_with_hybrid_search( } log.info( - "query_doc_with_hybrid_search:result " + - f"{result["metadatas"]} {result["distances"]}" + "query_doc_with_hybrid_search:result " + + f'{result["metadatas"]} {result["distances"]}' ) return result except Exception as e: