Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit f2c8004

Browse files
committed
remove dead/legacy chunks of code
1 parent de088f7 commit f2c8004

File tree

4 files changed

+1
-168
lines changed

4 files changed

+1
-168
lines changed

backend/src/api/query.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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] = {

backend/src/api/query_streaming.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"]:

backend/src/utils/graph.py

Lines changed: 0 additions & 151 deletions
This file was deleted.

backend/src/utils/workflows.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)