diff --git a/docs/how-to/phoenix-observability.mdx b/docs/how-to/phoenix-observability.mdx index e962f981d..c1815d0d6 100644 --- a/docs/how-to/phoenix-observability.mdx +++ b/docs/how-to/phoenix-observability.mdx @@ -130,7 +130,14 @@ Log into your Phoenix Cloud account and navigate to the project you specified in ![Example trace in Phoenix showing agent interactions](https://storage.googleapis.com/arize-assets/fixtures/crewai_traces.png) -## References -- [Phoenix Documentation](https://docs.arize.com/phoenix/) -- [CrewAI Documentation](https://docs.crewai.com/) +### Version Compatibility Information +- Python 3.8+ +- CrewAI >= 0.86.0 +- Arize Phoenix >= 7.0.1 +- OpenTelemetry SDK >= 1.31.0 + +- [Phoenix Documentation](https://docs.arize.com/phoenix/) - Overview of the Phoenix platform. +- [CrewAI Documentation](https://docs.crewai.com/) - Overview of the CrewAI framework. +- [OpenTelemetry Docs](https://opentelemetry.io/docs/) - OpenTelemetry guide +- [OpenInference GitHub](https://github.com/openinference/openinference) - Source code for OpenInference SDK.