Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve batch iterator reranking issue #95

Merged
merged 3 commits into from
Mar 19, 2025

Conversation

dian-lun-lin
Copy link
Contributor

This PR addresses the reranking issue in the batch iterator. When the dataset requires reranking after a search, it is necessary to restore the distances using the primary dataset before proceeding to search for the next batch. Failing to do so may result in the search buffer being mixed with both reranking results and primary dataset results.

@dian-lun-lin dian-lun-lin requested a review from ibhati March 18, 2025 00:25
@dian-lun-lin dian-lun-lin merged commit 1e59bf6 into intel:main Mar 19, 2025
7 checks passed
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.

2 participants