mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user