From f8c2bedf53c89b59ff90f86a2dad79c5dd4e9a76 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 6 Nov 2024 22:51:36 -0800 Subject: [PATCH] fix: hybrid search --- backend/open_webui/apps/retrieval/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/apps/retrieval/utils.py b/backend/open_webui/apps/retrieval/utils.py index 1866d6d2f..5cd8f4ef2 100644 --- a/backend/open_webui/apps/retrieval/utils.py +++ b/backend/open_webui/apps/retrieval/utils.py @@ -129,7 +129,7 @@ def query_doc_with_hybrid_search( log.info( "query_doc_with_hybrid_search:result " + - f"{result.metadatas} {result.distances}" + f"{result["metadatas"]} {result["distances"]}" ) return result except Exception as e: