diff --git a/graphrag/index/operations/build_noun_graph/build_noun_graph.py b/graphrag/index/operations/build_noun_graph/build_noun_graph.py index 1c868594..3d605613 100644 --- a/graphrag/index/operations/build_noun_graph/build_noun_graph.py +++ b/graphrag/index/operations/build_noun_graph/build_noun_graph.py @@ -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: ", )