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

Score Variation Between Exact Search and ANN Search with PQ Index in Faiss Engine #2297

Open
heemin32 opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@heemin32
Copy link
Collaborator

With the Faiss engine, if the number of filtered document IDs is less than k or the search results are fewer than k, it falls back to exact search. The scores obtained from exact search differ from those derived using the PQ index. As a result, the same document might have different scores depending on the segment it belongs to and the filter applied when the document is indexed with the PQ technique.

The variation in scores is typically minimal, which likely explains why no users have reported any issues related to this so far.

@heemin32 heemin32 changed the title Change of score with PQ Score Variation Between Exact Search and ANN search with PQ Index in Faiss Engine Nov 30, 2024
@heemin32 heemin32 changed the title Score Variation Between Exact Search and ANN search with PQ Index in Faiss Engine Score Variation Between Exact Search and ANN Search with PQ Index in Faiss Engine Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants