From aca04cb5af507877e74e1ce16c41604a117f4376 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:01:58 +0100 Subject: [PATCH] Add link to elastic rerank notebook --- docs/en/stack/ml/nlp/ml-nlp-elastic-rerank.asciidoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-elastic-rerank.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-elastic-rerank.asciidoc index 759482c88..eaefcb43c 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-elastic-rerank.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-elastic-rerank.asciidoc @@ -46,6 +46,11 @@ Deploying the Elastic Rerank model in combination with ELSER (or other hosted mo To download and deploy Elastic Rerank, use the {ref}/infer-service-elasticsearch.html[create inference API] to create an {es} service `rerank` endpoint. +[TIP] +==== +Refer to this https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/12-semantic-reranking-elastic-rerank.ipynb[Python notebook] for an end-to-end example using Elastic Rerank. +==== + [discrete] [[ml-nlp-rerank-deploy-steps]] === Create an inference endpoint @@ -353,4 +358,8 @@ For detailed benchmark information, including complete dataset results and metho * https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-1[Part 1] * https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-2[Part 2] -* https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-3[Part 3] \ No newline at end of file +* https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-3[Part 3] + +*Python notebooks*: + +* https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/12-semantic-reranking-elastic-rerank.ipynb[End-to-end example using Elastic Rerank in Python]