mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
fix: hybrid search
This commit is contained in:
parent
24b7716241
commit
f8c2bedf53
@ -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 New Issue
Block a user