Add pip install for instrumentation

This commit is contained in:
Aymeric 2025-01-16 09:39:28 +01:00
parent 6ef0837f94
commit 98c6688c3d
1 changed files with 2 additions and 1 deletions

View File

@ -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.