From a4abd32e4adbfbcf497520b25a1f4cd9434d5519 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 6 Nov 2024 23:01:10 -0800 Subject: [PATCH] fix --- backend/open_webui/apps/retrieval/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: