### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.20.0
| # Pressure test for GraphRAG task | # Pressure test for GraphRAG task | ||||
| async with trio.open_nursery() as nursery: | async with trio.open_nursery() as nursery: | ||||
| for _ in range(12): | for _ in range(12): | ||||
| nursery.start_soon(_is_strong_enough, chat_model, embedding_model) | |||||
| nursery.start_soon(_is_strong_enough) |