We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf73dc4 + b56d889 commit c95eb27Copy full SHA for c95eb27
llama_index/async_utils.py
@@ -44,7 +44,7 @@ async def _tqdm_gather() -> List[Any]:
44
pass
45
46
async def _gather() -> List[Any]:
47
- return await asyncio.gather(*tasks_to_execute)
+ return await asyncio.gather(*tasks_to_execute, return_exceptions=True)
48
49
outputs: List[Any] = asyncio.run(_gather())
50
return outputs
0 commit comments