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