Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicated Open in Colab button in Semantic reranking with Elasticsearch and Hugging Face #192

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions notebooks/en/semantic_reranking_elasticsearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading