From 98c6688c3d3ff6a19188f570e771c6fb9b845bc0 Mon Sep 17 00:00:00 2001 From: Aymeric Date: Thu, 16 Jan 2025 09:39:28 +0100 Subject: [PATCH] Add pip install for instrumentation --- docs/source/en/tutorials/inspect_runs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/en/tutorials/inspect_runs.md b/docs/source/en/tutorials/inspect_runs.md index 24f74dd..021cf7b 100644 --- a/docs/source/en/tutorials/inspect_runs.md +++ b/docs/source/en/tutorials/inspect_runs.md @@ -38,7 +38,8 @@ Here's how it goes: First install the required packages. Here we install [Phoenix by Arize AI](https://github.com/Arize-ai/phoenix) because that's a good solution to collect and inspect the logs, but there are other OpenTelemetry-compatible platforms that you could use for this collection & inspection part. ```shell -pip install smolagents arize-phoenix opentelemetry-sdk opentelemetry-exporter-otlp +pip install smolagents +pip install arize-phoenix opentelemetry-sdk opentelemetry-exporter-otlp openinference-instrumentation-smolagents ``` Then run the collector in the background.