Find answers from the community

Home
Members
Asif Momin
A
Asif Momin
Offline, last seen 3 months ago
Joined September 25, 2024
I have deployed python based llamaindex in aws lambda to act as backend for slack bot. The lambda init is timing out beyond 10 sec which retrigger the message from slack.

I suspect that this is due to "[nltk_data] Downloading package punkt to /tmp/llama_index."

Is there a way to package the model as part of docker build process and tell llama_index to use it instead of downloading it ?
4 comments
A
W
General question: What approach to take if you want anonymize certain information from pdf like client name. Also how to handle PII data.
1 comment
T