From 06950921e9a270d953cc9d3143af625a728d82f7 Mon Sep 17 00:00:00 2001 From: exiao Date: Thu, 27 Mar 2025 13:07:16 -0400 Subject: [PATCH] Update phoenix-observability.mdx --- docs/how-to/phoenix-observability.mdx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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.