Refactor batch processing with rich progress tracking and update logging in AIAgent
- Replaced tqdm with rich for enhanced visual progress tracking in batch processing. - Adjusted logging levels in AIAgent to suppress asyncio debug messages. - Modified datagen script to reduce number of workers for improved performance.
This commit is contained in:
parent
6e3dbb8d8b
commit
b32cc4b09d
4 changed files with 37 additions and 12 deletions
|
|
@ -7,3 +7,4 @@ tenacity
|
|||
python-dotenv
|
||||
fire
|
||||
httpx
|
||||
rich
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue