mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-01 01:39:05 -05: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