Hello, I was wondering is there an API version of SentenceTransformerRerank. When I use SentenceTransformerRerank directly in my code it takes up a lot of CPU / Ram. I'm thinking of moving the Rerank model into a separate API and so in the postprocessor, instead of running the rerank model on my my current code/server, it calls an external API to do so.