Just a heads up. I noticed that upgrading the requirements.txt via this pr creates a breaking change. Specifically the issue I see is with the sentence-transformers library. We either need to downgrade that one gem or rework the examples to use the correct import method.
I'll plan to take a look further look sometime this weekend.
But I did confirm that reverting the requirements.txt file fixes this issue for sentence-transformers.
Hey @binarymax ,
Just a heads up. I noticed that upgrading the requirements.txt via this pr creates a breaking change. Specifically the issue I see is with the sentence-transformers library. We either need to downgrade that one gem or rework the examples to use the correct import method.
I'll plan to take a look further look sometime this weekend.
But I did confirm that reverting the requirements.txt file fixes this issue for sentence-transformers.