Hi it鈥檚 me again lol. this time I want to extract conversation history (just the query and final response from chain) from phoenix. I can do this from postgres but I think there should be an easier way. I stumbled upon these functions but get_qa_with_reference didn鈥檛 return the full q&a pairs. (btw, I was on 4.1.1)
from phoenix.session.evaluation import get_qa_with_reference, get_retrieved_documents
Anybody knows a better approach?