My spans are not being grouped in a single trace. I have the most update versions of llama-index, openinference-instrumentation-llama-index, arize-phoenix... Does anybody have a clue what this can be? Thanks
馃挕聽Hint: Mention RunLLM in the thread for followups.
After deeper investigation, I think I found the version that is breaking this... I'm in the latest versions of llama index:
llama-index = "==0.12.19"
llama-index-storage-index-store-postgres = "==0.4.0"
llama-index-storage-kvstore-postgres = "==0.3.0"
llama-index-utils-workflow = "==0.3.0"
llama-index-vector-stores-postgres = "==0.4.2"But when I use:
openinference-instrumentation-llama-index = "==3.0.3"I get the traces correctly displaying in Phoenix (first image). If I update to:
openinference-instrumentation-llama-index = "==3.0.4"And onwards, I get the result of second image.
