mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 12:46:06 -04:00
[GH-ISSUE #55] Show intermediate states in the loading bar #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlancemartin on GitHub (Apr 26, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/55
Originally assigned to: @benisgold on GitHub.
How much effort to make the "processing files" stage more granular (e.g., show making retriever, making eval set, etc)? would be slightly better UX b/c this stage does hang for ~20-30 sec (esp if making eval set, etc).
@rlancemartin commented on GitHub (Apr 26, 2023):
Initially
setResultsis empty -Because this is empty, progress bar is set with
initialProgress-When we get data back, we then update via
setResults-And progress bar is updated -
@rlancemartin commented on GitHub (Apr 27, 2023):
Turns out to be tricky.
Leave this as future feature.
Show intermediate states in the loading barto [GH-ISSUE #55] Show intermediate states in the loading bar