FlashRank icon indicating copy to clipboard operation
FlashRank copied to clipboard

How to deploy a FlashRank Reranker model on AWS LAMBDA as specified?

Open NeevrajKB opened this issue 1 year ago • 2 comments

NeevrajKB avatar May 15 '24 08:05 NeevrajKB

Hi! I'm Neevraj, Looking to deploy a reranking model using FlashRank, you mentioned Lowest $ on AWS Lambda, so was wondering how I could deploy a model on it using your framework. Also how could I contribute to the supported models? Thanks!

NeevrajKB avatar May 15 '24 08:05 NeevrajKB

How are you writing your lambda handler ? are you using frameworks like serverless.com ?, You should be able to write AWS lambda handlers as HTTP /POST or /GET for interactive serving and with Say AWS Queues for batch serving on your own. The scope of the deployment patterns is only to guide you on best pratices like loading a model / where to keep your models on startup and serve it.

PrithivirajDamodaran avatar May 17 '24 05:05 PrithivirajDamodaran