Skip to content

v0.1.3: Update requirements of new easy_elasticsearch version

Compare
Choose a tag to compare
@kwang2049 kwang2049 released this 26 Sep 13:48
· 11 commits to main since this release
facfcb2

Previously, there was a conflict between easy_elasticsearch and beir on the dependency of elasticsearch:

  • easy_elasticsearch requires elasticsearch==7.12.1 while
  • beir 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)