fix: typo

This commit is contained in:
Timothy J. Baek 2024-04-27 15:03:49 -04:00
parent 2325660520
commit 8f1563a7a5

View file

@ -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)