Dani Torramilans
Dani Torramilans
### Summary of problem When using a multi-step [LCEL](https://python.langchain.com/v0.1/docs/expression_language/) chain with dd-trace active, the langchain patch runs `traced_lcel_runnable_sequence` (and its async version) to instrument the call. This function tries to...
When using a multi-step [LCEL](https://python.langchain.com/v0.1/docs/expression_language/) chain with dd-trace active, the langchain patch runs `traced_lcel_runnable_sequence` (and its async version) to instrument the call. This function tries to set a tag for...
I want to deploy an app that is not a webserver, with Kamal. There's only one thing preventing me from doing this: I need to respond to the healthcheck for...