Skip to content

Add sortedFields to Retriever for sort-based retrieval in multi-retriever#1001

Open
waziqi89 wants to merge 1 commit into
mainfrom
u/waziqi/sortedFieldRetriever
Open

Add sortedFields to Retriever for sort-based retrieval in multi-retriever#1001
waziqi89 wants to merge 1 commit into
mainfrom
u/waziqi/sortedFieldRetriever

Conversation

@waziqi89

@waziqi89 waziqi89 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

RP-16290
Allow any retriever to collect top hits by field sort order instead of relevance score. The sort only affects which documents enter the retriever's top-N window; it does not influence the final blended ordering or populate sortedFields on the response hits.

…ever

Allow any retriever to collect top hits by field sort order instead of
relevance score. The sort only affects which documents enter the
retriever's top-N window; it does not influence the final blended
ordering or populate sortedFields on the response hits.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant