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 ab93c3433..29f58d722 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.