Timothy J. Baek 5 months ago
parent
commit
a4abd32e4a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      backend/open_webui/apps/retrieval/utils.py

+ 2 - 2
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: