Find answers from the community

Updated last year

hi all. i am trying to attach a user

At a glance

The community member is trying to attach a user feedback score to a Phoenix/OpenInference trace. They are looking for a way to find the trace corresponding to a response and update it. The community members have discussed that they cannot find anything in the llama-index code to achieve this. They have suggested that it might be possible to get the event type instance from a StreamingAgentChatResponse response, and then use that information to update the trace directly in Phoenix, although they acknowledge that this approach may be "hackish". The community members have also suggested that having a "evaluate response" CBEvent type that can be traced would be a nice feature to have.

Useful resources
hi all. i am trying to attach a user feedback score to a phoenix/openinference trace
s
r
8 comments
i am looking for a way to find the trace corresponding to a response; and to also update it
looking through the code, i can't find anything in llama-index itself
is there a way to eg get the event type instance from a StreamingAgentChatResponse response?
if i get some extra data of the trace, i can probably update it in phoenix directly
although that also feels like very hackish
some "evalute response" CBEvent type that can also be traced would be nice to have πŸ˜‰
Add a reply
Sign up and join the conversation on Discord