🔀 diff --git a/docs/docs/guides/langfuse_integration.mdx b/docs/docs/guides/langfuse_integration.mdx 🔀 index db23bbdc..51aba962 100644 🔀 --- a/docs/docs/guides/langfuse_integration.mdx 🔀 +++ b/docs/docs/guides/langfuse_integration.mdx 🔀 @@ -1,35 +1,49 @@ 🔀 -import ThemedImage from "@theme/ThemedImage"; 🔀 -import useBaseUrl from "@docusaurus/useBaseUrl"; 🔀 -import ZoomableImage from "/src/theme/ZoomableImage.js"; 🔀 -import ReactPlayer from "react-player"; 🔀 - 🔀 # Integrating Langfuse with Langflow 🔀 🔀 +## Introduction 🔀 + 🔀 +Langfuse is an open-source tracing and analytics tool designed for LLM applications. Integrating Langfuse with Langflow provides detailed production traces and granular insights into quality, cost, and latency. This integration allows you to monitor and debug your Langflow's chat or APIs easily. 🔀 + 🔀 ## Step-by-Step Instructions 🔀 🔀 ### Step 1: Create a Langfuse account 🔀 🔀 -1. Go to [https://langfuse.com](https://langfuse.com) and click on the "Sign In" button in the top right corner. 🔀 +1. Go to [Langfuse](https://langfuse.com) and click on the "Sign In" button in the top right corner. 🔀 2. Click on the "Sign Up" button and create an account. 🔀 -3. Click on "Settings" and then on "Create new API keys" 🔀 +3. Once logged in, click on "Settings" and then on "Create new API keys." 🔀 4. Copy the Public key and the Secret Key and save them somewhere safe. 🔀 - {/* Add env variables LANGFLOW_LANGFUSE_SECRET_KEY, LANGFLOW_LANGFUSE_PUBLIC_KEY and LANGFLOW_LANGFUSE_HOST to pass to CallbackHandler */} 🔀 + {/* Add |
||
|---|---|---|
| .. | ||
| components | ||
| contributing | ||
| deployment | ||
| examples | ||
| getting-started | ||
| guidelines | ||
| guides | ||
| index.mdx | ||