Skip to content

Commit 3283406

Browse files
committed
Idem
1 parent f9c0d3c commit 3283406

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

notebooks/search/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,19 @@ In the [`10-semantic-reranking-retriever-cohere.ipynb`](./10-semantic-reranking-
107107

108108
- Use the inference API to create an inference endpoint for reranking
109109
- Use a `retriever` query to search and rerank the results
110+
111+
### 11. Semantic reranking with a Hugging Face model
112+
113+
In the [`11-semantic-reranking-hugging-face.ipynb`](./11-semantic-reranking-hugging-face.ipynb) notebook, you'll learn how to:
114+
115+
- Load a Hugging Face model for semantic reranking into Elasticsearch
116+
- Use the inference API to create an inference endpoint for reranking
117+
- Use a `retriever` query to search and rerank the results
118+
119+
### 12. Semantic reranking with Elastic Rerank
120+
121+
In the [`12-semantic-reranking-elastic-rerank.ipynb`](./12-semantic-reranking-elastic-rerank.ipynb) notebook, you'll learn how to:
122+
123+
- Deploy the [Elastic Rerank](https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-rerank.html) model using the Inference API
124+
- Use a `retriever` query to search and rerank the results
125+

0 commit comments

Comments
 (0)