Skip to content

Commit

Permalink
Make instructions uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Nov 27, 2024
1 parent 5be7eac commit e32a350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/reranking/semantic-reranking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ To use semantic re-ranking in {es}, you need to:
. *Select and configure a re-ranking model*.
You have the following options:
.. Use the <<inference-example-elastic-reranker,Elastic Rerank>> cross-encoder model via the inference API's {es} service.
.. Integrate directly with the <<infer-service-cohere,Cohere Rerank inference endpoint>> using a `rerank` endpoint.
.. Integrate directly with the <<infer-service-google-vertex-ai,Google Vertex AI inference endpoint>> using a `rerank` endpoint.
.. Use the <<infer-service-cohere,Cohere Rerank inference endpoint>> to create a `rerank` endpoint.
.. Use the <<infer-service-google-vertex-ai,Google Vertex AI inference endpoint>> to create a `rerank` endpoint.
.. Upload a model to {es} from Hugging Face with {eland-docs}/machine-learning.html#ml-nlp-pytorch[Eland]. You'll need to use the `text_similarity` NLP task type when loading the model using Eland. Then set up an <<inference-example-eland,{es} service inference endpoint>> with the `rerank` endpoint type.
+
Refer to {ml-docs}/ml-nlp-model-ref.html#ml-nlp-model-ref-text-similarity[the Elastic NLP model reference] for a list of third party text similarity models supported by {es} for semantic re-ranking.
Expand Down

0 comments on commit e32a350

Please sign in to comment.