Add pip install for instrumentation
This commit is contained in:
parent
6ef0837f94
commit
98c6688c3d
|
@ -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.
|
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
|
```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.
|
Then run the collector in the background.
|
||||||
|
|
Loading…
Reference in New Issue