-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Increase the number of vector dims to 2048 #46895
Increase the number of vector dims to 2048 #46895
Conversation
Pinging @elastic/es-search |
b9fb190
to
36d72cc
Compare
As there are some neural networks that produce vectors with dims > 1024 (see a discussion here, we need to increase the max dims to 2048. |
For 7.5 backport a note with increased number of dims will be added to migrate_7_5.asciidoc. |
@jtibshirani This PR is ready for another review. |
@elasticmachine run elasticsearch-ci/1 |
@elasticmachine run elasticsearch-ci/docs-check |
@elasticmachine run elasticsearch-ci/oss-distro-docs |
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.
Looks good to me.
For future context, we made the decision to raise the limit because we've encountered a couple well-known models that produce vectors with > 1024 dimensions. We're not planning to increase the limit further unless we hear from a few users about common models/ use cases that require more dimensions. |
No description provided.