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