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

Multi-threaded vector search over multiple segments can lead to inconsistent results #14180

Open
benwtrent opened this issue Jan 29, 2025 · 0 comments
Labels

Comments

@benwtrent
Copy link
Member

Description

Related to: #14167

But multi-threaded search over multiple segments in addition to multi-leaf collection (e.g. information sharing) can lead to consistent results at low k values.

It is possible to get more consistent results, and likely remove most inconsistencies by simply gathering more neighbors (k in the query, fanout in lucene util, or efSearch if you will...). However, while HNSW search is approximate, we should strive for consistency.

Version and environment details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant