-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] [8.17] Adds new default inference endpoint information #117985
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
[DOCS] [8.17] Adds new default inference endpoint information #117985
Conversation
Documentation preview: |
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.
Left a couple of not critical suggestions. This is a nice update to the docs!
docs/reference/search/search-your-data/semantic-search-semantic-text.asciidoc
Outdated
Show resolved
Hide resolved
Co-authored-by: István Zoltán Szabó <[email protected]>
…c-text.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]>
Pinging @elastic/es-docs (Team: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.
One suggestion otherwise LGTM
…c#117985) * Adds new default inference information * Update docs/reference/mapping/types/semantic-text.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/reference/search/search-your-data/semantic-search-semantic-text.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/reference/mapping/types/semantic-text.asciidoc Co-authored-by: David Kyle <[email protected]> --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: David Kyle <[email protected]>
…c#117985) * Adds new default inference information * Update docs/reference/mapping/types/semantic-text.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/reference/search/search-your-data/semantic-search-semantic-text.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/reference/mapping/types/semantic-text.asciidoc Co-authored-by: David Kyle <[email protected]> --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: David Kyle <[email protected]>
… (#118239) * Adds new default inference information * Update docs/reference/mapping/types/semantic-text.asciidoc * Update docs/reference/search/search-your-data/semantic-search-semantic-text.asciidoc * Update docs/reference/mapping/types/semantic-text.asciidoc --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: David Kyle <[email protected]>
… (#118240) * Adds new default inference information * Update docs/reference/mapping/types/semantic-text.asciidoc * Update docs/reference/search/search-your-data/semantic-search-semantic-text.asciidoc * Update docs/reference/mapping/types/semantic-text.asciidoc --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: David Kyle <[email protected]>
==== Parameters for `semantic_text` fields | ||
|
||
`inference_id`:: | ||
(Required, string) |
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 like we forgot to update this to (Optional, string)
.
Overview
With the introduction of default inference endpoints, manual creation of inference endpoints is no longer required for semantic search when using semantic_text.
The default (or preconfigured) endpoints start with a . character, we have 2 of them now:
.elser-2-elasticsearch
.multilingual-e5-small-elasticsearch
There is a new default value for the
inference_id
field (.elser-2-elasticsearch
).Preview
This PR updates the following pages:
Tutorial: semantic search with semantic_text
Tutorial: hybrid search with semantic_text
Semantic text field type
Related issue
#117821