Tomaten
Tomaten11mo ago

LangChain Expression Language (LCEL) | ...

Hi, langchain has the new recommended way to execute chains instead of using LLMChains: https://python.langchain.com/docs/expression_language is it possible to integrate langfuse to this? Since normally I would have to add the callback to the llmchain, im wondering if it is enough to add the callback to the model. Thanks!
LangChain Expression Language (LCEL) | 🦜️🔗 Langchain
LangChain Expression Language or LCEL is a declarative way to easily compose chains together.
1 Reply
Marc
Marc11mo ago
Hi @Tomaten, you can pass a config to the invoke method which accepts callbacks