From b50772a38b8f352888dfdfdac7eba58999bdfcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Maierh=C3=B6fer?= <48529566+jannikmaierhoefer@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:11:55 +0100 Subject: [PATCH] docs: add header image to langfuse guide (#2128) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> --- docs/how-to/langfuse-observability.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to/langfuse-observability.mdx b/docs/how-to/langfuse-observability.mdx index c0feb6d87..2fd2f2935 100644 --- a/docs/how-to/langfuse-observability.mdx +++ b/docs/how-to/langfuse-observability.mdx @@ -10,6 +10,8 @@ This notebook demonstrates how to integrate **Langfuse** with **CrewAI** using O > **What is Langfuse?** [Langfuse](https://langfuse.com) is an open-source LLM engineering platform. It provides tracing and monitoring capabilities for LLM applications, helping developers debug, analyze, and optimize their AI systems. Langfuse integrates with various tools and frameworks via native integrations, OpenTelemetry, and APIs/SDKs. +[![Langfuse Overview Video](https://github.com/user-attachments/assets/3926b288-ff61-4b95-8aa1-45d041c70866)](https://langfuse.com/watch-demo) + ## Get Started We'll walk through a simple example of using CrewAI and integrating it with Langfuse via OpenTelemetry using OpenLit.