mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Attempt to fix asyncio error
This commit is contained in:
parent
469ee8568f
commit
736c7f8300
@ -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: ",
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user