Initialize the Llama Index instrumentor to enable automatic tracing. This step ensures that all interactions with the Llama Index are tracked and monitored.
Copy
from traceai_llamaindex import LlamaIndexInstrumentorLlamaIndexInstrumentor().instrument(tracer_provider=trace_provider)