Hi,
I am getting below error in my setup it was working fine earlier but few changes in my projecy which are not related to Phoenix were pushed and then I started. getting this error
File "/usr/local/lib/python3.12/site-packages/openinference/instrumentation/llama_index/__init__.py", line 70, in _instrument
from ._handler import EventHandler
File "/usr/local/lib/python3.12/site-packages/openinference/instrumentation/llama_index/_handler.py", line 111, in <module>
from llama_index.core.workflow.errors import WorkflowDone
ModuleNotFoundError: No module named 'llama_index.core.workflow'
Can someone help me with that.