Merge pull request #8379 from qiaozhi199/main

Fix the issue of inaccurate answers after enabling RAG query generation
This commit is contained in:
Timothy Jaeryang Baek 2025-01-07 23:53:31 -08:00 committed by GitHub
commit 0e7c3d4eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ def query_collection(
else: else:
pass 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( def query_collection_with_hybrid_search(