castorini / pygaggle

a gaggle of deep neural architectures for text ranking and question answering, designed for Pyserini
http://pygaggle.ai/
Apache License 2.0
339 stars 99 forks source link

Broken link in experiments-msmarco-document.md #265

Closed joelrorseth closed 2 years ago

joelrorseth commented 2 years ago

Hi, I'm following the document retrieval steps in docs/experiments-msmarco-document.md. It appears that the link for the pre-built MS MARCO index is dead. Would it be possible to get an updated link? Here is the command / link in question:

wget https://www.dropbox.com/s/awukuo8c0tkl9sc/index-msmarco-doc-20200527-a1ecfa.tar.gz

lintool commented 2 years ago

Hi @joelrorseth try this one, which is more up to date: https://github.com/castorini/pyserini/blob/master/pyserini/prebuilt_index_info.py#L1020

Please send a PR to fix?

Thanks!

joelrorseth commented 2 years ago

Excellent, that seems to work, thanks for the quick response. I'd be happy to open a PR, I'll do that as soon as I verify the remaining instructions!

joelrorseth commented 2 years ago

Closing now, since the fix has been merged. Thanks for your help!