Open willianfalbo opened 1 month ago
SOrry this is a spacy specific issue, and it's been a while since I tried this.
Found a similar issue here: https://github.com/explosion/spaCy/issues/7453
It might fix your issue -- and you'll probably get better luck checking your queries there.
Tip: For these large packages (e.g. Spacy) it's probably better to use container images instead of Lambda layers -- this projects predates the ability of packing containers into lambda hence we tried supporting it for a while.
Hey guys, I've been trying to use
python38-spacy:42
andpython38-spacy_model_en_small:1
, but they are not working. Could you please help me?Here is my template yaml file:
Here is a simple file handler for the requests:
To start the API locally, I run the following command:
Then, it fails when I do a GET request to that endpoint, like:
I would appreciate any help. Thanks