Question : Any recommandation/documentation to run kreuzberg in a AWS Lambda ? #417
Closed
PernodAmai
started this conversation in
General
Replies: 1 comment
-
|
Hi, you can achieve this by switching to a newer Lambda runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I wanted to use kreuzberg to do convert documents (pdf, word, excel) or image in mark down
It works locally but I met an issue because Lambda execution environment has older version of GLIBC (2.34) and we need at least 2.35
I tried many things with custom docker image but didn't succeed to use the go, node and wasm version.
I finally succeeded by using the CLI and a go handler that pilot the CLI : it works but not ideal
How can achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions