mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
fix
This commit is contained in:
parent
c9a59f5d51
commit
a4abd32e4a
1 changed files with 2 additions and 2 deletions
|
|
@ -128,8 +128,8 @@ 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