🔀 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 |
||
|---|---|---|
| .. | ||
| docs | ||
| plugins | ||
| src | ||
| static | ||
| babel.config.js | ||
| docusaurus.config.js | ||
| index.d.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
| spell_add.sh | ||
| spell_check.sh | ||
| tailwind.config.js | ||
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.