How to add logs of chatflows into langfuse ? #4866
-
I have created an simple chatflow using ChatGoogleGenerativeAI, Chat Prompt Template and LLM Chain. Now I want to save logs of this flow into langfuse. And for this I have followed this steps to configure langfuse into flowise. But don't why I don't able to see any traces of the chatflow in langfuse. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually I was passing wrong langfuse host in the configuration. We have to add region name in the langfuse host (https://us.cloud.langfuse.com) instead of passing simple langfuse host(https://cloud.langfuse.com). This is not updated in the official docs. |
Beta Was this translation helpful? Give feedback.
Actually I was passing wrong langfuse host in the configuration. We have to add region name in the langfuse host (https://us.cloud.langfuse.com) instead of passing simple langfuse host(https://cloud.langfuse.com). This is not updated in the official docs.