From 968657a47627916081fc8317de7c2007aab6c69b Mon Sep 17 00:00:00 2001 From: Shubha Anjur Tupil Date: Wed, 1 Oct 2025 08:31:51 -0700 Subject: [PATCH 1/2] Make the region and CSP flexibility clear Added a note that deployments and projects in any region/CSP can access the endpoint. --- explore-analyze/elastic-inference/eis.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/explore-analyze/elastic-inference/eis.md b/explore-analyze/elastic-inference/eis.md index d3fdf6d419..cc177d1d19 100644 --- a/explore-analyze/elastic-inference/eis.md +++ b/explore-analyze/elastic-inference/eis.md @@ -40,13 +40,15 @@ ELSER on EIS enables you to use the ELSER model on GPUs, without having to manag 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. +All Elastic Cloud hosted deployments and serverless projects in any CSP and region can access the endpoint. As we expand the service to Azure and GCP and more regions, we will automatically route requests to the same CSP and closest region the Elaticsearch cluster is hosted on. + ### Limitations While we do encourage experimentation, we do not recommend implementing production use cases on top of this feature while it is in Technical Preview. #### Region Availability -ELSER on EIS is only available in AWS `us-east-1`. Endpoints in other CSPs and regions including GovCloud regions are not yet supported. +ELSER on EIS is only available in AWS `us-east-1`. We will be expanding the service availability to Azure and GCP, and more regions soon. #### Uptime From 396d2f31e1febdb4fe9da0c5f17ab7505b9c3233 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Thu, 2 Oct 2025 10:04:14 +0200 Subject: [PATCH 2/2] move to region and hosting section --- explore-analyze/elastic-inference/eis.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/explore-analyze/elastic-inference/eis.md b/explore-analyze/elastic-inference/eis.md index 81ee4109f3..a4e2c87139 100644 --- a/explore-analyze/elastic-inference/eis.md +++ b/explore-analyze/elastic-inference/eis.md @@ -24,7 +24,7 @@ Instead, you can use {{ml}} models for ingest, search, and chat independently of Requests through the `Elastic Managed LLM` are currently proxying to AWS Bedrock in AWS US regions, beginning with `us-east-1`. The request routing does not restrict the location of your deployments. -ELSER requests are managed by Elastic's own EIS infrastructure and are also hosted in AWS US regions, beginning with `us-east-1`. +ELSER requests are managed by Elastic's own EIS infrastructure and are also hosted in AWS US regions, beginning with `us-east-1`. All Elastic Cloud hosted deployments and serverless projects in any CSP and region can access the endpoint. As we expand the service to Azure and GCP and more regions, we will automatically route requests to the same CSP and closest region the Elaticsearch cluster is hosted on. ## ELSER via Elastic {{infer-cap}} Service (ELSER on EIS) [elser-on-eis] @@ -41,9 +41,7 @@ ELSER on EIS enables you to use the ELSER model on GPUs, without having to manag You can now use `semantic_text` with the new ELSER endpoint on EIS. To learn how to use the `.elser-2-elastic` inference endpoint, refer to [Using ELSER on EIS](elasticsearch://reference/elasticsearch/mapping-reference/semantic-tex.md#using-elser-on-eis). #### Get started with semantic search with ELSER on EIS -[Semantic Search with `semantic_text`](/solutions/search/semantic-search/semantic-search-semantic-text.md) has a detailed tutorial on using the `semantic_text` field and using the ELSER endpoint on EIS instead of the default endpoint. This is a great way to get started and try the new endpoint. - -All Elastic Cloud hosted deployments and serverless projects in any CSP and region can access the endpoint. As we expand the service to Azure and GCP and more regions, we will automatically route requests to the same CSP and closest region the Elaticsearch cluster is hosted on. +[Semantic Search with `semantic_text`](/solutions/search/semantic-search/semantic-search-semantic-text.md) has a detailed tutorial on using the `semantic_text` field and using the ELSER endpoint on EIS instead of the default endpoint. This is a great way to get started and try the new endpoint. ### Limitations