Skip to content

Commit edad8ce

Browse files
[8.17] [DOCS] Rename inference services to inference integrations in docs (#120515)
Co-authored-by: David Kyle <[email protected]>
1 parent 4ca00fe commit edad8ce

16 files changed

+25
-29
lines changed

docs/reference/inference/inference-apis.asciidoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ models or if you want to use non-NLP models, use the
1616
For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[{infer-cap} APIs].
1717
--
1818

19-
The {infer} APIs enable you to create {infer} endpoints and use {ml} models of
20-
different providers - such as Amazon Bedrock, Anthropic, Azure AI Studio,
21-
Cohere, Google AI, Mistral, OpenAI, or HuggingFace - as a service. Use
22-
the following APIs to manage {infer} models and perform {infer}:
19+
The {infer} APIs enable you to create {infer} endpoints and integrate with {ml} models of different services - such as Amazon Bedrock, Anthropic, Azure AI Studio, Cohere, Google AI, Mistral, OpenAI, or HuggingFace.
20+
Use the following APIs to manage {infer} models and perform {infer}:
2321

2422
* <<delete-inference-api>>
2523
* <<get-inference-api>>
@@ -36,10 +34,8 @@ An {infer} endpoint enables you to use the corresponding {ml} model without
3634
manual deployment and apply it to your data at ingestion time through
3735
<<semantic-search-semantic-text, semantic text>>.
3836

39-
Choose a model from your provider or use ELSER – a retrieval model trained by
40-
Elastic –, then create an {infer} endpoint by the <<put-inference-api>>.
41-
Now use <<semantic-search-semantic-text, semantic text>> to perform
42-
<<semantic-search, semantic search>> on your data.
37+
Choose a model from your service or use ELSER – a retrieval model trained by Elastic –, then create an {infer} endpoint by the <<put-inference-api>>.
38+
Now use <<semantic-search-semantic-text, semantic text>> to perform <<semantic-search, semantic search>> on your data.
4339

4440
[discrete]
4541
[[adaptive-allocations]]

docs/reference/inference/put-inference.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ The create {infer} API enables you to create an {infer} endpoint and configure a
5454

5555
[IMPORTANT]
5656
====
57-
* When creating an inference endpoint, the associated machine learning model is automatically deployed if it is not already running.
57+
* When creating an {infer} endpoint, the associated {ml} model is automatically deployed if it is not already running.
5858
* After creating the endpoint, wait for the model deployment to complete before using it. You can verify the deployment status by using the <<get-trained-models-stats, Get trained model statistics>> API. In the response, look for `"state": "fully_allocated"` and ensure the `"allocation_count"` matches the `"target_allocation_count"`.
5959
* Avoid creating multiple endpoints for the same model unless required, as each endpoint consumes significant resources.
6060
====
6161

6262

63-
The following services are available through the {infer} API.
64-
You can find the available task types next to the service name.
65-
Click the links to review the configuration details of the services:
63+
The following integrations are available through the {infer} API.
64+
You can find the available task types next to the integration name.
65+
Click the links to review the configuration details of the integrations:
6666

6767
* <<infer-service-alibabacloud-ai-search,AlibabaCloud AI Search>> (`completion`, `rerank`, `sparse_embedding`, `text_embedding`)
6868
* <<infer-service-amazon-bedrock,Amazon Bedrock>> (`completion`, `text_embedding`)
@@ -79,14 +79,14 @@ Click the links to review the configuration details of the services:
7979
* <<infer-service-openai,OpenAI>> (`completion`, `text_embedding`)
8080
* <<infer-service-watsonx-ai>> (`text_embedding`)
8181

82-
The {es} and ELSER services run on a {ml} node in your {es} cluster. The rest of
83-
the services connect to external providers.
82+
The {es} and ELSER services run on a {ml} node in your {es} cluster.
83+
The rest of the integrations connect to external services.
8484

8585
[discrete]
8686
[[adaptive-allocations-put-inference]]
8787
==== Adaptive allocations
8888

89-
Adaptive allocations allow inference services to dynamically adjust the number of model allocations based on the current load.
89+
Adaptive allocations allow inference endpoints to dynamically adjust the number of model allocations based on the current load.
9090

9191
When adaptive allocations are enabled:
9292

docs/reference/inference/service-alibabacloud-ai-search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-alibabacloud-ai-search]]
2-
=== AlibabaCloud AI Search {infer} service
2+
=== AlibabaCloud AI Search {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-amazon-bedrock.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-amazon-bedrock]]
2-
=== Amazon Bedrock {infer} service
2+
=== Amazon Bedrock {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-anthropic.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-anthropic]]
2-
=== Anthropic {infer} service
2+
=== Anthropic {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-azure-ai-studio.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-azure-ai-studio]]
2-
=== Azure AI studio {infer} service
2+
=== Azure AI studio {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-azure-openai.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-azure-openai]]
2-
=== Azure OpenAI {infer} service
2+
=== Azure OpenAI {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-cohere.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-cohere]]
2-
=== Cohere {infer} service
2+
=== Cohere {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-elasticsearch.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-elasticsearch]]
2-
=== Elasticsearch {infer} service
2+
=== Elasticsearch {infer} integration
33

44
.New API reference
55
[sidebar]

docs/reference/inference/service-elser.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[infer-service-elser]]
2-
=== ELSER {infer} service
2+
=== ELSER {infer} integration
33

44
.New API reference
55
[sidebar]

0 commit comments

Comments
 (0)