I think we are missing sentence_transformers in the requirements file.. I tried to pip install, then load it all in using the README and I got the following:
ModuleNotFoundError: No module named 'sentence_transformers'
The issue gets resolved when I manually install this
I think we are missing
sentence_transformers
in the requirements file.. I tried topip install
, then load it all in using the README and I got the following:The issue gets resolved when I manually install this