Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 3, 2024
1 parent b218d76 commit 98766a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/searchkick/query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ def prepare
field.to_sym => {
vector: vector,
k: k,
num_candidates: [(k * 1.5).round, 40].min,
filter: filter
}
}
Expand Down

0 comments on commit 98766a5

Please sign in to comment.