Skip to content

Commit

Permalink
fix basic search minor bug (#1606)
Browse files Browse the repository at this point in the history
* fix basic search minor bug

* version change

---------

Co-authored-by: Gaudy Blanco <[email protected]>
  • Loading branch information
gaudyb and Gaudy Blanco authored Jan 9, 2025
1 parent 2682c71 commit 37fd7a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .semversioner/next-release/minor-20250109193320338859.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "minor",
"description": "small bug fix"
}
2 changes: 1 addition & 1 deletion graphrag/cli/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def run_basic_search(
dataframe_dict = _resolve_output_files(
config=config,
output_list=[
"create_final_text_units.parquet",
"create_final_text_units",
],
)
final_text_units: pd.DataFrame = dataframe_dict["create_final_text_units"]
Expand Down

0 comments on commit 37fd7a7

Please sign in to comment.