-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Update semantic text docs to suggest customization using index_options #130028
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
🔍 Preview links for changed docs: 🔔 The preview site may take up to 3 minutes to finish building. These links will become live once it completes. |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/search-eng (Team:SearchOrg) |
Pinging @elastic/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 :)
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, left one nit about wording
docs/reference/elasticsearch/mapping-reference/semantic-text.md
Outdated
Show resolved
Hide resolved
If we choose to address #130031 (comment), we need to do it here as well. |
elastic#130028) * Update semantic text docs to suggest using index options for customization * Correct type of index_options * Move example * PR feedback * Copy warning fix
Now that
semantic_text
supportsindex_options
andchunking_settings
, direct users who want to customize these documents to use these instead of custom inference pipelines.