mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-29 17:06:40 -05:00
enh: colbert rerank support
This commit is contained in:
@@ -232,8 +232,7 @@ def query_collection_with_hybrid_search(
|
||||
|
||||
if error:
|
||||
raise Exception(
|
||||
"Hybrid search failed for all collections. Using "
|
||||
"Non hybrid search as fallback."
|
||||
"Hybrid search failed for all collections. Using Non hybrid search as fallback."
|
||||
)
|
||||
|
||||
return merge_and_sort_query_results(results, k=k, reverse=True)
|
||||
|
||||
Reference in New Issue
Block a user