-
Notifications
You must be signed in to change notification settings - Fork 528
Random rotation blog post content #4019
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
Random rotation blog post content #4019
Conversation
|
Thank you for submitting a blog post! The blog post review process is: Submit a PR -> (Optional) Peer review -> Doc review -> Editorial review -> Marketing review -> Published. |
|
Hi @talwamz, It looks like you're adding a new blog post but don't have an issue mentioned. Please link this PR to an open issue using one of these keywords in the PR description:
If an issue hasn't been created yet, please create one and then link it to this PR. |
Signed-off-by: Fanit Kolchina <[email protected]>
|
Doc review complete; moving on to editorial review. Note that some author bios are added via this PR #4017 |
natebower
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorial review
Signed-off-by: Nathan Bower <[email protected]>
natebower
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| categories: | ||
| - technical-post | ||
| meta_keywords: vector search, quantization, rotation, random rotation | ||
| meta_description: OpenSearch 3.2 introduced random rotation as a data standardizing transformation. This post explains the benefits of random rotation in quantized similarity search. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated meta:
meta_keywords: quantized vector search, vector search systems, random rotation in OpenSearch, binary quantization, OpenSearch 3.2, ANN search, quantized vector search, RAG, retrieval-augmented generation, search accuracy, data standardization, product quantization, similarity search
meta_description: Discover how random rotation in OpenSearch 3.2 improves binary quantization accuracy by removing axis correlations without changing true distances in your data.
| - finnrobl | ||
| - vikash | ||
| - vamshin | ||
| date: 2025-11-24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update publish date: 2025-12-30
|
@natebower - Please final merge and close. Blog is published live here: https://opensearch.org/blog/the-benefits-of-random-rotation-in-quantized-vector-search/ |
natebower
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@pajuric Apologies, but I'm not sure why the required checks aren't running. It would appear that I'm unable to merge. |
|
@pajuric Fixed and merged. |
Description
This contains the content of the proposed blog post.
Issues Resolved
Closes #4018
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.