Skip to content

Commit 37fd7a7

Browse files
gaudybGaudy Blanco
andauthored
fix basic search minor bug (#1606)
* fix basic search minor bug * version change --------- Co-authored-by: Gaudy Blanco <gaudy-microsoft@MacBook-Pro-m4-Gaudy-For-Work.local>
1 parent 2682c71 commit 37fd7a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "minor",
3+
"description": "small bug fix"
4+
}

graphrag/cli/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def run_basic_search(
276276
dataframe_dict = _resolve_output_files(
277277
config=config,
278278
output_list=[
279-
"create_final_text_units.parquet",
279+
"create_final_text_units",
280280
],
281281
)
282282
final_text_units: pd.DataFrame = dataframe_dict["create_final_text_units"]

0 commit comments

Comments
 (0)