Langfuse

LLM Tracing

Modified

July 26, 2024

ToxPipe Langfuse Dashboard

Introduction

Langfuse is a tool that allows you to trace the lineage of a model’s responses. This can be useful for debugging, understanding how a model works, and ensuring that the model is behaving as expected.

Click here for an introductory video to using Langfuse

Setup

First, login to the Langfuse dashboard using Azure AD.

New Project

To create a new project, click on the “New Project” button in the bottom left corner of the dashboard.

Give the project a name and click “Create”.

API Key

To access the Langfuse API, you will need an API key. You can generate an API key by clicking on the “Create new API keys” button while viewing the project settings for the newly created project.

Usage

After creating a new set of API keys, the popup will display code snippets for using Langfuse with various LLM frameworks.

You can also find more information in the Langfuse Documentation.

Back to top