LlamaIndex
Last updated
Was this helpful?
Last updated
Was this helpful?
Use our code block below to get started using our LlamaIndexInstrumentor.
To get started, pip install the following.
The following code snippet showcases how to automatically instrument your LLM application.
Now start asking questions to your LLM app and watch the traces being collected by Arize. For more in-detail demonstration, check our Colab tutorial:
Arize has first-class support for applications. After instrumentation, you will have a full trace of every part of your LLM application, including input, embeddings, retrieval, functions, and output messages.
We follow a standardized format for how a trace data should be structured using , which is our open source package based on . The package we are using is , which is a lightweight convenience package to set up OpenTelemetry and send traces to Arize.
Phoenix supports LlamaIndex's latest paradigm.