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

Add ExactVectorQuery #803

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

aprudhomme
Copy link
Contributor

Add ExactVectorQuery for doing brute force vector similarity search.

This query is only supported by fields that are indexed for vector search, and uses the field's similarity type.

This query is useful to check the accuracy of HNSW searches, and for computing inner hits for vector queries on nested documents.

@aprudhomme aprudhomme requested a review from sarthakn7 January 6, 2025 21:19
@aprudhomme aprudhomme merged commit 4b4dbd8 into Yelp:main Jan 6, 2025
1 check 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