mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21: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(
|
log.info(
|
||||||
"query_doc_with_hybrid_search:result " +
|
"query_doc_with_hybrid_search:result " +
|
||||||
f"{result.metadatas} {result.distances}"
|
f"{result["metadatas"]} {result["distances"]}"
|
||||||
)
|
)
|
||||||
return result
|
return result
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue