Skip to content

Commit 8d8389a

Browse files
Add link to elastic rerank notebook (#2896) (#2898)
(cherry picked from commit 8115edb) Co-authored-by: Liam Thompson <[email protected]>
1 parent ba20cfd commit 8d8389a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/en/stack/ml/nlp/ml-nlp-elastic-rerank.asciidoc

+10-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Deploying the Elastic Rerank model in combination with ELSER (or other hosted mo
4646

4747
To download and deploy Elastic Rerank, use the {ref}/infer-service-elasticsearch.html[create inference API] to create an {es} service `rerank` endpoint.
4848

49+
[TIP]
50+
====
51+
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.
52+
====
53+
4954
[discrete]
5055
[[ml-nlp-rerank-deploy-steps]]
5156
=== Create an inference endpoint
@@ -353,4 +358,8 @@ For detailed benchmark information, including complete dataset results and metho
353358

354359
* https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-1[Part 1]
355360
* https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-2[Part 2]
356-
* https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-3[Part 3]
361+
* https://www.elastic.co/search-labs/blog/elastic-semantic-reranker-part-3[Part 3]
362+
363+
*Python notebooks*:
364+
365+
* 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]

0 commit comments

Comments
 (0)