From 83920685a15fc2672438a77330f7cc1e4029bbcc Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Sun, 8 Sep 2024 11:06:20 +0200 Subject: [PATCH] Removed duplicated Open in Colab button --- notebooks/en/semantic_reranking_elasticsearch.ipynb | 3 --- 1 file changed, 3 deletions(-) diff --git a/notebooks/en/semantic_reranking_elasticsearch.ipynb b/notebooks/en/semantic_reranking_elasticsearch.ipynb index 2bea5750..1ded34a2 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",