File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments