mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #8379 from qiaozhi199/main
Fix the issue of inaccurate answers after enabling RAG query generation
This commit is contained in:
commit
0e7c3d4eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ def query_collection(
|
|||
else:
|
||||
pass
|
||||
|
||||
return merge_and_sort_query_results(results, k=k)
|
||||
return merge_and_sort_query_results(results, k=k, reverse=True)
|
||||
|
||||
|
||||
def query_collection_with_hybrid_search(
|
||||
|
|
|
|||
Loading…
Reference in a new issue