From b819f37798a969e1cb2432210fc9d7447ed537a3 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 11 Sep 2023 22:40:47 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(langfuse=5Fintegration.mdx)?= =?UTF-8?q?:=20remove=20reference=20to=20troubleshooting=20section=20in=20?= =?UTF-8?q?Langfuse=20documentation=20as=20it=20is=20not=20available=20?= =?UTF-8?q?=F0=9F=93=9D=20docs(langfuse=5Fintegration.mdx):=20update=20ste?= =?UTF-8?q?p=203=20to=20remove=20mention=20of=20consulting=20Langfuse=20do?= =?UTF-8?q?cumentation=20or=20contacting=20support=20for=20integration=20i?= =?UTF-8?q?ssues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/guides/langfuse_integration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/langfuse_integration.mdx b/docs/docs/guides/langfuse_integration.mdx index 51aba962e..81f06e787 100644 --- a/docs/docs/guides/langfuse_integration.mdx +++ b/docs/docs/guides/langfuse_integration.mdx @@ -40,7 +40,7 @@ Langfuse is an open-source tracing and analytics tool designed for LLM applicati echo $LANGFLOW_LANGFUSE_PUBLIC_KEY ``` -3. **Monitor Langflow**: Now, whenever you use Langflow's chat or API, you will be able to see the tracing of your conversations in Langfuse. If you have any issues with the integration, consult the [Langfuse documentation]() or contact their support. +3. **Monitor Langflow**: Now, whenever you use Langflow's chat or API, you will be able to see the tracing of your conversations in Langfuse. That's it! You have successfully integrated Langfuse with Langflow, enhancing observability and debugging capabilities for your LLM application.