From 8f229cc02cc09b85579a62c6c5f505e14987f775 Mon Sep 17 00:00:00 2001 From: Marc Klingen Date: Thu, 15 Aug 2024 18:32:51 +0200 Subject: [PATCH] docs: add link to langfuse in LangfuseConnector --- .../components/connectors/langfuse/langfuse_connector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/langfuse/src/haystack_integrations/components/connectors/langfuse/langfuse_connector.py b/integrations/langfuse/src/haystack_integrations/components/connectors/langfuse/langfuse_connector.py index 51703823e..38b4a8cc5 100644 --- a/integrations/langfuse/src/haystack_integrations/components/connectors/langfuse/langfuse_connector.py +++ b/integrations/langfuse/src/haystack_integrations/components/connectors/langfuse/langfuse_connector.py @@ -7,8 +7,8 @@ @component class 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. + LangfuseConnector connects Haystack LLM framework with [Langfuse](https://langfuse.com) in order to enable the + tracing of operations and data flow within various components of a pipeline. Simply add this component to your pipeline, but *do not* connect it to any other component. The LangfuseConnector will automatically trace the operations and data flow within the pipeline.