v0.1.3: Update requirements of new easy_elasticsearch version
Previously, there was a conflict between easy_elasticsearch
and beir
on the dependency of elasticsearch
:
easy_elasticsearch
requires elasticsearch==7.12.1 whilebeir
requires elasticserch==7.9.1
In the lastest version of easy_elasticsearch
, the requirements have been changed to solve this issue. Here we update gpl
to install this version (easy_elasticsearch==0.0.9). Another update of easy_elasticsearch==0.0.9 is that it has solved the issue that ES could return empty results (due to refresh
is not called for indexing)