From 22fff0a5ac62814e9910766c4ec4270b88bb1180 Mon Sep 17 00:00:00 2001 From: Shubha Anjur Tupil Date: Mon, 29 Sep 2025 12:02:55 -0700 Subject: [PATCH 1/4] Update documentation on using the endpoint Add a small change to use the new endpoint. --- explore-analyze/elastic-inference/eis.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/explore-analyze/elastic-inference/eis.md b/explore-analyze/elastic-inference/eis.md index f45f4cacc8..a6be6c721f 100644 --- a/explore-analyze/elastic-inference/eis.md +++ b/explore-analyze/elastic-inference/eis.md @@ -34,7 +34,11 @@ stack: preview 9.1 serverless: preview ``` -ELSER on EIS enables you to use the ELSER model on GPUs, without having to manage your own ML nodes. We expect better performance for throughput and latency than ML nodes, and will continue to benchmark, remove limitations and address concerns as we move towards General Availability. +ELSER on EIS enables you to use the ELSER model on GPUs, without having to manage your own ML nodes. We expect significantly better performance for throughput and consistent search latency as compared to ML nodes, and will continue to benchmark, remove limitations and address concerns as we move towards General Availability. + +### Usage + +You can now use `semantic_text` with the new ELSER endpoint on EIS, see the [instructions to change the inference id](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#using-elser-on-eis) to use the `.elser-2-elastic` inference endpoint. ### Limitations From d48bae91b5d38e96ed6e60864d3e0c8e88fbdb55 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:34:43 -0700 Subject: [PATCH 2/4] Update explore-analyze/elastic-inference/eis.md --- explore-analyze/elastic-inference/eis.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/explore-analyze/elastic-inference/eis.md b/explore-analyze/elastic-inference/eis.md index a6be6c721f..09a8026915 100644 --- a/explore-analyze/elastic-inference/eis.md +++ b/explore-analyze/elastic-inference/eis.md @@ -37,6 +37,9 @@ serverless: preview ELSER on EIS enables you to use the ELSER model on GPUs, without having to manage your own ML nodes. We expect significantly better performance for throughput and consistent search latency as compared to ML nodes, and will continue to benchmark, remove limitations and address concerns as we move towards General Availability. ### Usage +```{applies_to} +stack: preview 9.1 +serverless: preview You can now use `semantic_text` with the new ELSER endpoint on EIS, see the [instructions to change the inference id](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#using-elser-on-eis) to use the `.elser-2-elastic` inference endpoint. From d4388f812c6b4db6b3557f31a78fe7f65fa6592a Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Mon, 29 Sep 2025 17:36:32 -0700 Subject: [PATCH 3/4] bug fix for applies-to label --- explore-analyze/elastic-inference/eis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/explore-analyze/elastic-inference/eis.md b/explore-analyze/elastic-inference/eis.md index 09a8026915..30816d22c8 100644 --- a/explore-analyze/elastic-inference/eis.md +++ b/explore-analyze/elastic-inference/eis.md @@ -40,6 +40,7 @@ ELSER on EIS enables you to use the ELSER model on GPUs, without having to manag ```{applies_to} stack: preview 9.1 serverless: preview +``` You can now use `semantic_text` with the new ELSER endpoint on EIS, see the [instructions to change the inference id](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#using-elser-on-eis) to use the `.elser-2-elastic` inference endpoint. From e0b069d7d8d582db14c40b44a70201bd6d532422 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Mon, 29 Sep 2025 17:47:29 -0700 Subject: [PATCH 4/4] Update eis.md --- explore-analyze/elastic-inference/eis.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/explore-analyze/elastic-inference/eis.md b/explore-analyze/elastic-inference/eis.md index 30816d22c8..a6be6c721f 100644 --- a/explore-analyze/elastic-inference/eis.md +++ b/explore-analyze/elastic-inference/eis.md @@ -37,10 +37,6 @@ serverless: preview ELSER on EIS enables you to use the ELSER model on GPUs, without having to manage your own ML nodes. We expect significantly better performance for throughput and consistent search latency as compared to ML nodes, and will continue to benchmark, remove limitations and address concerns as we move towards General Availability. ### Usage -```{applies_to} -stack: preview 9.1 -serverless: preview -``` You can now use `semantic_text` with the new ELSER endpoint on EIS, see the [instructions to change the inference id](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#using-elser-on-eis) to use the `.elser-2-elastic` inference endpoint.