Skip to content

[ML] Inference endpoints UI: Adds tech preview for rerank preconfig endpoint#235222

Merged
alvarezmelissa87 merged 1 commit intoelastic:mainfrom
alvarezmelissa87:rerank-endpoint-tech-preview
Sep 16, 2025
Merged

[ML] Inference endpoints UI: Adds tech preview for rerank preconfig endpoint#235222
alvarezmelissa87 merged 1 commit intoelastic:mainfrom
alvarezmelissa87:rerank-endpoint-tech-preview

Conversation

@alvarezmelissa87
Copy link
Contributor

@alvarezmelissa87 alvarezmelissa87 commented Sep 16, 2025

Summary

Related issue: https://github.com/elastic/search-team/issues/10982

Ensures Tech Preview badge is shown for the default inference endpoint.

image

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

@alvarezmelissa87 alvarezmelissa87 self-assigned this Sep 16, 2025
@alvarezmelissa87 alvarezmelissa87 requested a review from a team as a code owner September 16, 2025 15:17
@alvarezmelissa87 alvarezmelissa87 added backport:skip This PR does not require backporting Feature:Inference UI ML Inference endpoints UI and AI connector v9.2.0 labels Sep 16, 2025
inferenceId.startsWith('.') &&
service === ServiceProviderKeys.elastic) ||
(modelId === 'multilingual-embed-v1' &&
((modelId === 'multilingual-embed-v1' || modelId === 'rerank-v1') &&
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: I know this is adding more complexity than is ideal but this logic will be simplified once this change goes in #233783

Copy link
Contributor

@Samiul-TheSoccerFan Samiul-TheSoccerFan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
searchInferenceEndpoints 106.5KB 106.5KB +19.0B

Saved Objects .kibana field count

Every field in each saved object type adds overhead to Elasticsearch. Kibana needs to keep the total field count below Elasticsearch's default limit of 1000 fields. Only specify field mappings for the fields you wish to search on or query. See https://www.elastic.co/guide/en/kibana/master/saved-objects-service.html#_mappings

id before after diff
_data_stream_timestamp 1 - -1
_doc_count 1 - -1
_ignored_source 1 - -1
_index_mode 1 - -1
_inference_fields 1 - -1
_tier 1 - -1
apm-custom-dashboards 5 - -5
apm-server-schema 2 - -2
apm-service-group 5 - -5
application_usage_daily 2 - -2
config 2 - -2
config-global 2 - -2
coreMigrationVersion 1 - -1
created_at 1 - -1
created_by 1 - -1
entity-definition 9 - -9
entity-discovery-api-key 2 - -2
event_loop_delays_daily 2 - -2
favorites 4 - -4
file 11 - -11
file-upload-usage-collection-telemetry 3 - -3
fileShare 5 - -5
infra-custom-dashboards 4 - -4
infrastructure-monitoring-log-view 2 - -2
intercept_trigger_record 5 - -5
legacy-url-alias 7 - -7
managed 1 - -1
ml-job 6 - -6
ml-module 13 - -13
ml-trained-model 7 - -7
monitoring-telemetry 2 - -2
namespace 1 - -1
namespaces 1 - -1
observability-onboarding-state 2 - -2
originId 1 - -1
product-doc-install-status 7 - -7
references 4 - -4
sample-data-telemetry 3 - -3
security-ai-prompt 8 - -8
slo 11 - -11
space 5 - -5
synthetics-monitor 34 - -34
synthetics-monitor-multi-space 34 - -34
tag 4 - -4
type 1 - -1
typeMigrationVersion 1 - -1
ui-metric 2 - -2
updated_at 1 - -1
updated_by 1 - -1
upgrade-assistant-ml-upgrade-operation 3 - -3
upgrade-assistant-reindex-operation 3 - -3
uptime-synthetics-api-key 2 - -2
url 5 - -5
usage-counters 2 - -2
total -246

cc @alvarezmelissa87

@alvarezmelissa87 alvarezmelissa87 merged commit 9e8d83f into elastic:main Sep 16, 2025
22 checks passed
@alvarezmelissa87 alvarezmelissa87 deleted the rerank-endpoint-tech-preview branch September 16, 2025 18:03
baileycash-elastic pushed a commit to baileycash-elastic/kibana that referenced this pull request Sep 16, 2025
…dpoint (elastic#235222)

## Summary

Related issue: elastic/search-team#10982

Ensures Tech Preview badge is shown for the default inference endpoint.

<img width="1741" height="703" alt="image"
src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Sep 24, 2025
…dpoint (elastic#235222)

## Summary

Related issue: elastic/search-team#10982

Ensures Tech Preview badge is shown for the default inference endpoint.

<img width="1741" height="703" alt="image"
src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
@peteharverson peteharverson changed the title [ML] Inference endpoints UI: add tech preview for rerank preconfig endpoint Sep 24, 2025
niros1 pushed a commit that referenced this pull request Sep 30, 2025
…dpoint (#235222)

## Summary

Related issue: elastic/search-team#10982

Ensures Tech Preview badge is shown for the default inference endpoint.

<img width="1741" height="703" alt="image"
src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
…dpoint (elastic#235222)

## Summary

Related issue: elastic/search-team#10982

Ensures Tech Preview badge is shown for the default inference endpoint.

<img width="1741" height="703" alt="image"
src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:Inference UI ML Inference endpoints UI and AI connector :ml release_note:enhancement v9.2.0

5 participants