-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress bar for indexing #485
Conversation
markup=True, | ||
show_path=False, | ||
show_level=False, | ||
console=Console(force_terminal=True), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Console
was why rich
's Progress
wasn't playing nice earlier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
╔════════════════════════════════════╗
║ ~~~ Progress Tracker ~~~ ║
╠════════════════════════════════════╣
║ ║
║ Winning: [████████▒▒▒▒▒▒▒▒▒▒] 60%║
║ ║
╚════════════════════════════════════╝
Closing this for now as what happens at inference time is 5 million progress bars show up, one per I will close for now in favor of that |
This PR:
agents.__init__
behaviors for readability and importabilityrich
tomypy
dependencies