Skip to main content
Automatically capture document ingestion, embedding, retrieval, and LLM synthesis within LlamaIndex pipelines.

Setup

To capture the complete picture—including both the pipeline structure and the underlying token costs—we highly recommend initializing both the LlamaIndex integration and your specific LLM provider (e.g., OpenAI, Anthropic, Google GenAI).

Usage

Once initialized, all LlamaIndex operations are captured automatically:

What Gets Captured

Run the example

Clone the repo and run a complete agent end-to-end.

Python

Run the Python example