Chikka
Chikka
I am able to make it work by adding .withSlideFromOtherView(findViewById(R.id.rootView)) option in sample. Is it expected behaviour or it should work without it?
@LoAlex you can use [this](https://github.com/chikka/ReadMoreOption) forked library where I have fixed it. I have already generated PR for that library.
@ripcurlx @wikando-mz I was also facing same issue. If you are using mac machine with M1/M2/M3 chip, you have to replace below code in inference_service.py: `self.embedding_model = SentenceTransformer( "all-MiniLM-L6-v2") `...