NeMo-Guardrails
NeMo-Guardrails copied to clipboard
NeMo-Guardrails breaks Langfuse integration / Runnable config is ignored in LLM call
When Langfuse is used for tracing (instead of Langsmith), the usage of NeMo-Guardrails in a Langchain chain completely breaks the tracing functionality.
The reason seems to be, that the langchain runnable is not called with the runnable config, which defines callbacks for langchain.
So the LLM runnable that is wrapped in the RunnableRails object is missing the runnable config, and as such the callbacks configured there won't be called and as such the tracing isn't invoked.
Hi is there any status update on this please?
Not yet. A contribution here would be welcome if anyone can help.
Hi, any updates on this please?