Add HoneyHive observability to your LlamaIndex applications
LlamaIndex is a data framework for building LLM applications with retrieval-augmented generation (RAG), agents, and structured data extraction. It provides query engines, retrievers, and composable pipelines.HoneyHive integrates with LlamaIndex via the OpenInference instrumentor, automatically capturing query engine operations, LLM calls, retrieval, embeddings, and more.
Add HoneyHive tracing in just 4 lines of code. Add this to your existing LlamaIndex app and all query engine operations, LLM calls, and retrieval are automatically traced.
To see where to initialize the tracer for your environment, including AWS Lambda and long-running servers, see Tracer Initialization.
In HoneyHive, you’ll see the full trace hierarchy: query engine call, retrieval with retrieved document nodes, and LLM synthesis of the final response.