-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Shape of passed values is (1, 1), indices imply (1, 2) #81
Comments
这个问题似乎是模型导致的。请注意你的default.txt必须是utf8且不能有特殊的意外字符 |
我也是这个问题,请问您解决了吗?如何解决呢 |
更新graphrag到新版本 |
same issue. based on translating the answers above to english, i looked into 2 things. 1) my files are UTF-8 encoded... and I get the same problem with a single pure ASCII file. 2) updating graphRAG - how? the graphrag dir is severely different from the official graphrag repo. |
Track the latest branch |
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: