Setting up Traceloop Python SDK for Middleware

This guide will walk you through the process of setting up the Traceloop Python SDK to work with Middleware for LLM Observability.

Python

Install and configure Traceloop SDK for Python by following these easy steps to get instant monitoring with Middleware.

1. Install the SDK

Run the following command in your terminal:

2. Initialize the SDK

In your LLM application, initialize the Traceloop tracer:

Disable batch sending if you're testing locally and want to see traces immediately:

3. Annotate your workflows (Optional)

For complex workflows or chains, you can use Traceloop's decorators to get a better understanding of what's happening:

For asynchronous methods, use the @aworkflow decorator.

If you're using an LLM framework like Haystack, Langchain, or LlamaIndex, Traceloop will automatically instrument your code. No need to add annotations manually.

Viewing Your Traces

After setting up the Traceloop SDK with Middleware, you'll be able to view your LLM application traces in your Middleware LLM Observability Section.

This integration provides instant visibility into everything happening within your LLM, including calls to vector databases or other external services.

For more detailed information on setting up Traceloop with Python, please refer to the Traceloop Python SDK documentation.

Need assistance or want to learn more about using Traceloop with Middleware? Contact our support team in Slack.