Hi! I have a Llama Index application where I'm gradually integrating DSPy modules. I'm using:
from openinference.instrumentation.llama_index import LlamaIndexInstrumentor
from openinference.instrumentation.dspy import DSPyInstrumentor
from openinference.instrumentation.litellm import LiteLLMInstrumentor The calls I make to the DSPy module within the Llama Index workflow aren't nesting properly within the workflow traces β instead, they appear to escape into a separate scope. Anyone knows what might be causing this? Thanks!
π‘Β Hint: Mention RunLLM in the thread for followups.
