Skip to content

Commit 9d2ca26

Browse files
authored
Showcase multilingual dense retrieval with E5 (#11)
This new notebook shows a simple walkthrough of using the E5 multilingual embedding model to query a mixed language corpus. It follows the same level of abstraction and details as the other notebooks in this directory, opting to perform all inference outside of the stack. We use select passages from the MIRACL dataset in English and German.
1 parent aef9f79 commit 9d2ca26

File tree

3 files changed

+567
-10
lines changed

3 files changed

+567
-10
lines changed

notebooks/search/01-keyword-querying-filtering.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {
6-
"id": "0wgbLWl2udLQ"
7-
},
8-
"source": [
9-
"[Quick Start](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/00-quick-start.ipynb) || **Keyword Querying Filtering** || [Hybrid search with RRF](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/02-hybrid-search.ipynb) || [ELSER](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/03-ELSER.ipynb)"
10-
]
11-
},
123
{
134
"cell_type": "markdown",
145
"metadata": {

0 commit comments

Comments
 (0)