Skip to content

Commit

Permalink
Moving the notebook to search.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Jan 30, 2024
1 parent 069cf47 commit cfbc6d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"\n",
"In this example notebook we will use a dataset derived from [MSRD](https://github.com/metarank/msrd/tree/master) (Movie Search Ranking Dataset).\n",
"\n",
"The dataset is available [here](https://github.com/elastic/elasticsearch-labs/tree/main//ltr-notebook/notebooks/learning-to-rank/sample_data/) and contains the following files:\n",
"The dataset is available [here](https://github.com/elastic/elasticsearch-labs/tree/main/ltr-notebook/notebooks/search/sample_data/learning-to-rank/) and contains the following files:\n",
"\n",
"- **movies_corpus.jsonl.gz**: The movies dataset which will be indexed.\n",
"- **movies_judgements.tsv.gz**: A file containing relevance judgments for a set of queries.\n",
Expand All @@ -140,11 +140,11 @@
"\n",
"# TODO: use elastic/elasticsearch-labs instead of afoucret/elasticsearch-labs before merging the PR.\n",
"\n",
"DATASET_BASE_URL = \"https://raw.githubusercontent.com/afoucret/elasticsearch-labs/ltr-notebook/notebooks/learning-to-rank/sample_data/\"\n",
"DATASET_BASE_URL = \"https://raw.githubusercontent.com/afoucret/elasticsearch-labs/ltr-notebook/notebooks/search/sample_data/learning-to-rank/\"\n",
"\n",
"CORPUS_URL = urljoin(DATASET_BASE_URL, \"movies_corpus.jsonl.gz\")\n",
"JUDGEMENTS_FILE_URL = urljoin(DATASET_BASE_URL, \"movies_judgments.tsv.gz\")\n",
"INDEX_SETTINGS_URL = urljoin(DATASET_BASE_URL, \"movies_index_settings.json\")"
"CORPUS_URL = urljoin(DATASET_BASE_URL, \"movies-corpus.jsonl.gz\")\n",
"JUDGEMENTS_FILE_URL = urljoin(DATASET_BASE_URL, \"movies-judgments.tsv.gz\")\n",
"INDEX_SETTINGS_URL = urljoin(DATASET_BASE_URL, \"movies-index-settings.json\")"
]
},
{
Expand Down
File renamed without changes.

0 comments on commit cfbc6d6

Please sign in to comment.