-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Adjust the knn tuning guide #113566
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
Adjust the knn tuning guide #113566
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
high-dimensional `dense_vector` fields, the `_source` can be quite large and | ||
expensive to load. This could significantly slow down the speed of kNN search. | ||
|
||
NOTE: <<docs-reindex, reindex>>, <<docs-update, update>>, |
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.
Should this "NOTE" be after a paragraph where we suggest disabling source?
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.
Thanks @benwtrent , these adjustments are very good.
NOTE: <<docs-reindex, reindex>>, <<docs-update, update>>, | ||
and <<docs-update-by-query, update by query>> operations generally | ||
require the `_source` field. Disabling `_source` for a field might result in | ||
expected behavior for these operations. For example, reindex might not actually |
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.
the train has left the station but typo "might result in expected behavior"
This adjusts the tuning guide in our docs.
_source