From bdd719a76891ad4ee7f8ea7d19f9145cb2764174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilge=20Y=C3=BCcel?= Date: Fri, 3 May 2024 17:42:02 +0300 Subject: [PATCH] Update langfuse.md --- integrations/langfuse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/langfuse.md b/integrations/langfuse.md index 159954e1..3e8fd4ad 100644 --- a/integrations/langfuse.md +++ b/integrations/langfuse.md @@ -48,7 +48,7 @@ pip install langfuse-haystack ### Components This integration introduces one component: -- The `LangfuseConnector`: +- The [`LangfuseConnector`](https://docs.haystack.deepset.ai/docs/langfuseconnector): `LangfuseConnector` connects Haystack LLM framework with Langfuse in order to enable the tracing of operations and data flow within various components of a pipeline.