Attempt to fix asyncio error

This commit is contained in:
Andres Morales Esquivel 2025-09-16 12:17:11 -06:00
parent 469ee8568f
commit 736c7f8300

View File

@ -64,7 +64,7 @@ async def _extract_nodes(
text_unit_df,
extract,
num_threads=num_threads,
async_type=AsyncType.Threaded,
async_type=AsyncType.AsyncIO,
progress_msg="extract noun phrases progress: ",
)