Recently I upgraded the following requirements
arize-phoenix==4.20.2 > 7.9.2
llama-index-core==0.10.44 > 0.12.7
llama-index-callbacks-arize-phoenix==0.1.5 > 0.3.0
What I noticed was
- 1.
In my collapsed span of traces, previously I would see MY_TITLE but now it's all llama index methods. Is the title or I guess QUERY_STR deprecated?
with callback_manager.event(
CBEventType.RETRIEVE,
payload={EventPayload.QUERY_STR: "MY_TITLE"},
2. When looking with in the phoenix spans of reranked nodes
Previously I could I see the text/content of the reranked nodes.
Now I just see the reranked nodes ids without text, so I can't really tell how the content changed unless I compare the initially retrieved nodes, and the final synthesizer part which has context of the reranked nodes.
I'm not sure if this is a llama index or arize thing, so thought would ask here.