You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm a newbie, and while using a directive like "python -m graphrag.index --root./indexing", I get the error described in the title at the "create_base_entity_graph" step. In the code is "cluster_graph.py" in line 101 "output_df[[level_to, to]] = pd.DataFrame(output_df[to].tolist(), index=output_df.index, columns=[level_to, to]). indexing's input folder is the default.txt provided by the source code. How to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi, I'm a newbie, and while using a directive like "python -m graphrag.index --root./indexing", I get the error described in the title at the "create_base_entity_graph" step. In the code is "cluster_graph.py" in line 101 "output_df[[level_to, to]] = pd.DataFrame(output_df[to].tolist(), index=output_df.index, columns=[level_to, to]). indexing's input folder is the default.txt provided by the source code. How to solve this problem?
The text was updated successfully, but these errors were encountered: