Skip to content

Commit e909391

Browse files
committed
[DOCS] Link to Elastic Rerank model landing page
1 parent e7a4436 commit e909391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/inference/service-elasticsearch.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For further details, refer to the {ml-docs}/ml-nlp-elser.html[ELSER model docume
153153
[[inference-example-elastic-reranker]]
154154
==== Elastic Rerank via the `elasticsearch` service
155155

156-
The following example shows how to create an {infer} endpoint called `my-elastic-rerank` to perform a `rerank` task type using the built-in Elastic Rerank cross-encoder model.
156+
The following example shows how to create an {infer} endpoint called `my-elastic-rerank` to perform a `rerank` task type using the built-in cross-encoder model.
157157

158158
The API request below will automatically download the Elastic Rerank model if it isn't already downloaded and then deploy the model.
159159
Once deployed, the model can be used for semantic re-ranking with a <<text-similarity-reranker-retriever-example-elastic-rerank,`text_similarity_reranker` retriever>>.

docs/reference/search/retriever.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ If the child retriever already specifies any filters, then this top-level filter
442442
[[text-similarity-reranker-retriever-example-elastic-rerank]]
443443
==== Example: Elastic Rerank
444444

445-
This examples demonstrates how to deploy the Elastic Rerank model and use it to re-rank search results using the `text_similarity_reranker` retriever.
445+
This examples demonstrates how to deploy the {ml-docs}/ml-nlp-rerank.html[Elastic Rerank] model and use it to re-rank search results using the `text_similarity_reranker` retriever.
446446

447447
Follow these steps:
448448

0 commit comments

Comments
 (0)