From 9a920d1f93ccf7afb698285289b6b56bdd54d900 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Mon, 20 Sep 2021 10:37:38 +0200 Subject: [PATCH] Fix datasets links in the readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine Urquizar --- benchmarks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 7a387dfdd..a6fdf9360 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -109,7 +109,7 @@ It was generated with the following command: xsv sample --seed 42 500000 wiki-articles.csv -o smol-wiki-articles.csv ``` -_[Download the `smol-wiki` dataset](https://milli-benchmarks.fra1.digitaloceanspaces.com/datasets/smol-wiki.csv.gz)._ +_[Download the `smol-wiki` dataset](https://milli-benchmarks.fra1.digitaloceanspaces.com/datasets/smol-wiki-articles.csv.gz)._ ### Movies @@ -120,7 +120,7 @@ _[Download the `movies` dataset](https://docs.meilisearch.com/movies.json)._ ### All Countries -`smol-all-countries` is a subset of the [`all-countries.csv` dataset]() +`smol-all-countries` is a subset of the [`all-countries.csv` dataset](https://milli-benchmarks.fra1.digitaloceanspaces.com/datasets/all-countries.csv.gz) It has been converted to jsonlines and then edited so it matches our format for the `_geo` field. It was generated with the following command: