Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix datasets links in the readme
Browse files Browse the repository at this point in the history
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
  • Loading branch information
irevoire and curquiza committed Sep 20, 2021
1 parent 5e683ba commit 9a920d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 9a920d1

Please sign in to comment.