mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: hybrid search
This commit is contained in:
parent
24b7716241
commit
f8c2bedf53
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue