mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: typo
This commit is contained in:
@@ -154,7 +154,7 @@ def query_embeddings_collection(
|
|||||||
except:
|
except:
|
||||||
pass
|
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)
|
return merge_and_sort_query_results(results, k=k, reverse=reverse)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user