Skip to content

RDoc-3337 What affects vector search results #2040

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Slight variations in graph structure or search parameters can lead to different results.
* While HNSW offers fast search performance at scale and quickly finds points that are likely to be among the nearest neighbors,
it does not guarantee exact results — only approximate matches are returned.
This behavior is expected in all ANN algorithms, not just HNSW or RavenDB.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not just HNSW or not just HNSW used by RavenDB

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.

4 participants