Hey, I think we asked this before, but is there an easy way to export a table from a phoenix dashboard? e.g. if I just need the test name, start time, total tokens, status, and the latency column (don't care about the input or output or traces at all)
馃挕聽Hint: Mention RunLLM in the thread for followups.
AttributeError: module 'phoenix' has no attribute 'get_active_session'
I just want a button in the UI where I can say "download" and then check off the columns I want.
hi Samantha Z. unfortunately we don't have that functionality in our UI currently, I can file a tracking issue for you!
please upvote the issue here as it'll help us decide what to prioritize 馃檪 https://github.com/Arize-ai/phoenix/issues/6961
Next question: how come I can't filter by a string in any column in the dashboard? e.g. I want to search for 'blah' in name and it doesn't work
afaik we should "in" operators, but I can double check Samantha Z.
can you try "blah" in attributes["name"] ?
that doesn't work either
can you show me an example of the span you're trying to search for?
test_infor_150indicies_15mm_service_fri10pm and I'm trying to search infor in attributes ["name"] but it's not filtering the way I'd expect, I still see everything in the project
can you put "infor" in quotes?
please show me a screenshot, I can't look at your local instance
