[Search] Add descriptions to semantic_text field inference endpoint select#249265
Merged
seialkali merged 4 commits intoelastic:mainfrom Feb 5, 2026
Merged
Conversation
adc38f9 to
80be573
Compare
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
damian-polewski
left a comment
There was a problem hiding this comment.
Hi @seialkali, I have 2 small nits but overall the code looks good and selectable works well. Let me know what do you think!
.../platform/plugins/shared/index_management/public/hooks/use_compatible_inference_endpoints.ts
Outdated
Show resolved
Hide resolved
...mponents/mappings_editor/components/document_fields/field_parameters/select_inference_id.tsx
Outdated
Show resolved
Hide resolved
94ab12c to
5e73dea
Compare
5e73dea to
13fdba1
Compare
Contributor
💔 Build Failed
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
Page load bundle
History
|
damian-polewski
approved these changes
Feb 5, 2026
Contributor
damian-polewski
left a comment
There was a problem hiding this comment.
LGTM! I added one non-blocking nit but overall looks good!
...mponents/mappings_editor/components/document_fields/field_parameters/select_inference_id.tsx
Show resolved
Hide resolved
mbondyra
added a commit
to mbondyra/kibana
that referenced
this pull request
Feb 5, 2026
* commit '5c0872d56bc0268177cd3c7150a1685481fb5238': (221 commits) Add .cursorignore file (elastic#251709) [Search] Add descriptions to semantic_text field inference endpoint select (elastic#249265) [Agent Builder] Agent skills implementation (elastic#251209) [Lens] [ES|QL] Improve types for ES|QL conversion. (elastic#251042) Update the trace waterfall to make it easy to understand (elastic#250442) [ES|QL] [Lens] Adds query stats (elastic#251029) [Lens] Fix KQL character escaping when query is generated from Top values column (breakdown). (elastic#250925) fix(kbn-elastic-assistant): fix a11y issue with missing label on flyout (elastic#251656) Update dependency @elastic/monaco-esql to v3.1.16 (main) (elastic#251666) [Automatic Import V2] Add langsmith tracing (elastic#251592) [scout] fix duplicated test failure reports in Buildkite annotations (elastic#251455) chore(NA): remove us-central1-b from gcp zones on high load jobs (elastic#251748) skip flaky suite (elastic#250973) [Lens] Allow read only view for users with write permissions but having no write access to the dashboard (elastic#247746) [CI] Increase artifacts disk to 180gb (elastic#251774) [content-list] 1. Provider Foundation (elastic#251344) [AI Infra] Add missing ES|QL commands and functions documentation for inference tasks (elastic#249089) [docs-utils] 4️⃣ pre-req: Prepare for new validations (elastic#250810) [APM] Extend React flow service map test coverage (elastic#251624) [scout] discover tests with custom server configs (elastic#251297) ... # Conflicts: # src/platform/plugins/shared/dashboard/tsconfig.json # x-pack/platform/plugins/shared/agent_builder_platform/server/tools/create_visualization/create_visualization.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When configuring a
semantic_textfield in an index mapping, users must select an inference endpoint from a dropdown list. Previously, this list provided no contextual information, making it difficult to understand the differences between available endpoints.This change enhances the endpoint selection experience by adding descriptive text to each inference endpoint in the dropdown. These descriptions help users better understand the characteristics of each endpoint, enabling more informed and confident selection during mapping configuration.
Screenshots
Testing
You will need to run EIS locally to test this PR. Instructions for running EIS can be found here: https://github.com/elastic/kibana/blob/main/x-pack/platform/packages/shared/kbn-inference-cli/README.md#eis
Add fieldbuttonSemantic textfield typeChecklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n supportDocumentation was added for features that require explanation or tutorialsUnit or functional tests were updated or added to match the most common scenariosIf a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker listThis was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. Therelease_note:breakinglabel should be applied in these situations.Flaky Test Runner was used on any tests changedThe PR description includes the appropriate Release Notes section, and the correctrelease_note:*label is applied per the guidelinesReview the backport guidelines and apply applicablebackport:*labels.