mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 18:05:53 +08:00
fix: typo
This commit is contained in:
parent
2325660520
commit
8f1563a7a5
@ -154,7 +154,7 @@ def query_embeddings_collection(
|
||||
except:
|
||||
pass
|
||||
|
||||
reverse = hybrid and reranking_function is not None
|
||||
reverse = hybrid_search and reranking_function is not None
|
||||
return merge_and_sort_query_results(results, k=k, reverse=reverse)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user