We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a113821 commit e8df283Copy full SHA for e8df283
.semversioner/next-release/patch-20240724150548966311.json
@@ -0,0 +1,4 @@
1
+{
2
+ "type": "patch",
3
+ "description": "remove duplicate file read"
4
+}
graphrag/query/cli.py
@@ -110,7 +110,6 @@ def run_local_search(
110
final_relationships = pd.read_parquet(
111
data_path / "create_final_relationships.parquet"
112
)
113
- final_nodes = pd.read_parquet(data_path / "create_final_nodes.parquet")
114
final_entities = pd.read_parquet(data_path / "create_final_entities.parquet")
115
final_covariates_path = data_path / "create_final_covariates.parquet"
116
final_covariates = (
0 commit comments