beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.55k stars 187 forks source link

Unable to find pyserini docker #16

Closed cadurosar closed 3 years ago

cadurosar commented 3 years ago

Hi, I'm trying to experiment with beir, BM25 and pyserini, but I'm unable to find the docker image (beir/beir-pyserini). Looking at dockerhub (https://hub.docker.com/u/beir) it seems that the only image available is pyserini-fastapi.

Is pyserini-fastapi the same as beir-pyserini or there is something that I'm doing wrong?

thakur-nandan commented 3 years ago

Hi @cadurosar,

Both are actually the same. So you can use docker pull beir/pyserini-fastapi to get the latest docker image. beir-pyserini was the original (old) docker image name but it was not a great name so I renamed it pyserini-fastapi.

Thanks for pointing this out, I missed updating the image names in the BEIR examples. I will do that.

Kind Regards, Nandan