Add total filtered Generations to UI #1479
PhiBrandon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature or potential improvement
When filtering large sets of generations, often you're left with having to set the row count to 10 then counting how many generations are on the last page.
Idea to add the total amount of generations to the UI on the generations page.
For reference:
https://github.com/langfuse/langfuse/blob/main/web/src/components/table/use-cases/generations.tsx
Line 117: Total count for returned query is being returned. Need to add it to the UI.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions