Commit 8f1563a7 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: typo

parent 23256605
......@@ -154,7 +154,7 @@ def query_embeddings_collection(
except:
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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment