mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Fixed typo
This commit is contained in:
parent
c877b59cbc
commit
f13948d805
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def query_doc_with_hybrid_search(
|
|||
distances, documents, metadatas = map(list, zip(*sorted_items))
|
||||
result = {
|
||||
"distances": [distances],
|
||||
"documents": [documents]
|
||||
"documents": [documents],
|
||||
"metadatas": [metadatas],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue