Skip to content

Commit 48b8323

Browse files
committed
Fix some /v9 API URLs
1 parent a65a243 commit 48b8323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

explore-analyze/elastic-inference/eis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can now use `semantic_text` with the new ELSER endpoint on EIS. To learn how
4949
#### Batch size
5050

5151
Batches are limited to a maximum of 16 documents.
52-
This is particularly relevant when using the [_bulk API](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-bulk) for data ingestion.
52+
This is particularly relevant when using the [_bulk API]({{es-apis}}operation/operation-bulk) for data ingestion.
5353

5454
## Pricing
5555

explore-analyze/elastic-inference/inference-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ products:
1111

1212
# {{infer-cap}} integrations
1313

14-
{{es}} provides a machine learning [{{infer}} API](https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-inference) to create and manage {{infer}} endpoints that integrate with services such as {{es}} (for built-in NLP models like [ELSER](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md) and [E5](/explore-analyze/machine-learning/nlp/ml-nlp-e5.md)), as well as popular third-party services like Amazon Bedrock, Anthropic, Azure AI Studio, Cohere, Google AI, Mistral, OpenAI, Hugging Face, and more.
14+
{{es}} provides a machine learning [{{infer}} API]({{es-apis}}group/endpoint-inference) to create and manage {{infer}} endpoints that integrate with services such as {{es}} (for built-in NLP models like [ELSER](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md) and [E5](/explore-analyze/machine-learning/nlp/ml-nlp-e5.md)), as well as popular third-party services like Amazon Bedrock, Anthropic, Azure AI Studio, Cohere, Google AI, Mistral, OpenAI, Hugging Face, and more.
1515

1616
You can use the default {{infer}} endpoints your deployment contains or create a new {{infer}} endpoint:
1717

18-
- using the [Create an inference endpoint API](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-inference-put)
18+
- using the [Create an inference endpoint API]({{es-apis}}operation/operation-inference-put)
1919
- through the [Inference endpoints UI](#add-inference-endpoints).
2020

2121
## Default {{infer}} endpoints [default-enpoints]

0 commit comments

Comments
 (0)