Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Nov 1, 2023
1 parent 6c11535 commit 5a993af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def raft_cagra_search_constraints(params, build_params, k, batch_size):
if "itopk" in params:
return params["itopk"] >= k


def hnswlib_search_constraints(params, build_params, k, batch_size):
if "ef" in params:
return params["ef"] >= k

0 comments on commit 5a993af

Please sign in to comment.