diff --git a/notebooks/en/semantic_reranking_elasticsearch.ipynb b/notebooks/en/semantic_reranking_elasticsearch.ipynb index 2bea575..1ded34a 100644 --- a/notebooks/en/semantic_reranking_elasticsearch.ipynb +++ b/notebooks/en/semantic_reranking_elasticsearch.ipynb @@ -10,9 +10,6 @@ "\n", "_Authored by: [Liam Thompson](https://github.com/leemthompo)_\n", "\n", - "\n", - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/cookbook/blob/main/notebooks/en/elasticsearch-semantic-reranking.ipynb)\n", - "\n", "In this notebook we will learn how to implement semantic reranking in Elasticsearch by uploading a model from Hugging Face into an Elasticsearch cluster. We'll use the `retriever` abstraction, a simpler Elasticsearch syntax for crafting queries and combining different search operations.\n", "\n", "You will:\n",