This repository was archived by the owner on May 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-168
lines changed
Expand file tree Collapse file tree 4 files changed +1
-168
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,7 @@ async def global_query(request: GraphRequest):
115115 nodes_table_path = f"abfs://{ index_name } /{ NODES_TABLE } "
116116
117117 # read the parquet files into DataFrames and add provenance information
118-
119- # note that nodes need to set before communities to that max community id makes sense
118+ # note that nodes need to be set before communities so that max community id makes sense
120119 nodes_df = query_helper .get_df (nodes_table_path )
121120 for i in nodes_df ["human_readable_id" ]:
122121 links ["nodes" ][i + max_vals ["nodes" ] + 1 ] = {
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ async def global_search_streaming(request: GraphRequest):
104104 nodes_table_path = f"abfs://{ index_name } /{ NODES_TABLE } "
105105
106106 # read parquet files into DataFrames and add provenance information
107-
108107 # note that nodes need to set before communities to that max community id makes sense
109108 nodes_df = query_helper .get_df (nodes_table_path )
110109 for i in nodes_df ["human_readable_id" ]:
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments