Revert the temporary RRF pagination fix #1310
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
The temporary pagination RRF fix might make the pagination less stable for some data set. Revert the change now
Related Jira Ticket
Checklist
For new field types:
Note
Escapes special characters in typeahead queries, standardizes Vespa timeouts (incl. vector count queries) and HTTP client behavior, adds a metrics logger, and bumps version to 2.24.3 with corresponding tests.
Typeahead._escape_token(); apply to retrieval and ranking terms usingCHARACTERS_TO_BE_ESCAPED_IN_VESPA.query()timeout param now optional (ms); always set Vespa timeout; configurehttpxread timeout to be ≥ Vespa timeout + 1s and ≥ 5s; pass timeout tohttpx.Client.post.timeoutfrom'5s'to5000instructured_vespa_indexandunstructured_vespa_index.metricslogger fixed at INFO; keepuvicorn.accesslevel tied to root. Update tests.__version__to2.24.3.Written by Cursor Bugbot for commit 4ba8de8. This will update automatically on new commits. Configure here.