We recommend using
llama_index >= 0.11.0Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to use the python LlamaIndexInstrumentor to trace LlamaIndex Workflows
llama_index >= 0.11.0pip install openinference-instrumentation-llama_index
from openinference.instrumentation.llama_index import LlamaIndexInstrumentor
from phoenix.otel import register
tracer_provider = register()
LlamaIndexInstrumentor().instrument(tracer_provider=tracer_provider)
Was this page helpful?
