nlmatics / nlm-ingestor

This repo provides the server side code for llmsherpa API to connect. It includes parsers for various file formats.
https://www.nlmatics.com
Apache License 2.0
923 stars 112 forks source link

Docker file available for hosting into lambda as container? #31

Open akayalEC opened 4 months ago

akayalEC commented 4 months ago

Hi,

I am trying to host the docker into lambda and do we have any docker file available for this? What is kind of CPU and memory we need for such instance? Our process will be into batch mode and does not need low latency throughput.

Thanks