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.57k stars 191 forks source link

Loosen Elasticsearch requirement #137

Open stephantul opened 1 year ago

stephantul commented 1 year ago

Hi!

I'm currently using beir via MTEB in another project, and noticed that beir was installing a very specific version of the elasticsearch package, overwriting my (looser) requirements. I was wondering if there was a reason this was pinned so specifically, and whether it could be loosened. I think install_requires should be as loosely pinned as possible, to reduce installation errors.

Thanks! Stéphan

thakur-nandan commented 1 year ago

Hi @stephantul,

The reason for specifying this version was due to Elasticsearch updating its client mentioned in https://github.com/beir-cellar/beir/issues/58.