Skip to content

Commit

Permalink
fix basic search minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaudy Blanco authored and Gaudy Blanco committed Jan 9, 2025
1 parent 2682c71 commit 00b1641
Showing 1 changed file with 1 addition and 1 deletion.
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 00b1641

Please sign in to comment.