-
Notifications
You must be signed in to change notification settings - Fork 25.5k
[DOCS] Fix bbq memory size estimate #123453
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
Conversation
Documentation preview: |
Warning It looks like this PR modifies one or more |
@benwtrent can you help to see the PR. |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
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!
@weizijun Could you open this PR against 8.x ? I can handle the v9+ versions in another PR as things regarding docs are being migrated around. |
Let me see. |
@benwtrent I open the PR : #124022 |
@weizijun FYI there's some context about the docs migration and workflow changes: https://github.com/elastic/elasticsearch/tree/main/docs#readme 🙂 |
If I understand correctly, the memory size of bbq is num_vectors * (num_dimensions/8 + 14)
14 bits consisting of 3 floats and a short value.