Siyuan Qi
Siyuan Qi
I met the same problem and solved by installing the same version of python as suggested above. I found that the specific issue for me is that when resolving recursive...
Sure! Below is a code snippet that reproduces the issue: ```python import os import dotenv import asyncio from openai import AsyncClient from phoenix.otel import register from openinference.instrumentation.openai import OpenAIInstrumentor dotenv.load_dotenv("../.env.local")...
+1 on this—support for WebSocket streaming mode would be very helpful for real-time use cases. Wonder if there is any update on plans or timeline?
Hi @nate-mar — yes, we’re actively working on a real-time trace use case at Arize to observe live AI agents. WebSocket / bidi-streaming support is critical for us to catch...