From 1f19f9a4a2e4372d5d8b45a1e3cd536a7bfb6b1a Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Tue, 30 Apr 2024 14:11:25 +0200 Subject: [PATCH] Update integrations/langfuse/README.md Co-authored-by: Daria Fokina --- integrations/langfuse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/langfuse/README.md b/integrations/langfuse/README.md index e8b6ce0f7..2700a79c8 100644 --- a/integrations/langfuse/README.md +++ b/integrations/langfuse/README.md @@ -23,7 +23,7 @@ pip install langfuse-haystack ## Usage -To enable tracing in your Haystack pipeline, you need to add the `LangfuseComponent` to your pipeline. Here's an example: +To enable tracing in your Haystack pipeline, add the `LangfuseComponent` to your pipeline. Here's an example: ```python import os