Skip to content

Conversation

@pmpailis
Copy link
Contributor

@pmpailis pmpailis commented Feb 3, 2026

Closes #139445

throw new IllegalArgumentException("oversample must be greater than 1");
}
if (oversampleValue < 1 && oversampleValue != 0) {
if (oversampleValue <= 1 && oversampleValue != 0) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We specify in our docs that oversample must be greater than 1 or exactly 0 so changed the check to be in sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delay rescoring of vectors in DFS

2 participants