[Bug]: <title>Error executing verb "window" in create_final_community_reports: 'community'
Describe the bug
15:36:46,423 datashaper.workflow.workflow ERROR Error executing verb "window" in create_final_community_reports: 'community' Traceback (most recent call last): File "C:\���\mygraphrag\venv\Lib\site-packages\datashaper\workflow\workflow.py", line 410, in _execute_verb result = node.verb.func(**verb_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\���\mygraphrag\venv\Lib\site-packages\datashaper\engine\verbs\window.py", line 73, in window window = __window_function_mapwindow_operation ~~~~~~~~~~~^^^^^^^^ File "C:\���\mygraphrag\venv\Lib\site-packages\pandas\core\frame.py", line 4102, in getitem indexer = self.columns.get_loc(key) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\���\mygraphrag\venv\Lib\site-packages\pandas\core\indexes\range.py", line 417, in get_loc raise KeyError(key) KeyError: 'community'
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
No response
Logs and screenshots
No response
Additional Information
- GraphRAG Version:
- Operating System:
- Python Version:
- Related Issues:
Even I got the same errror
How did you solved above error
same error
same error here
In settings.yml change comment model supports json line,
It works for me
In settings.yml change comment model supports json line,
It works for me
change it to what value? true or false? false at lest doesnt work for me
comment it , delete cache and reindex ,everything is ok
comment it , delete cache and reindex ,everything is ok
It works for me, thanks.
comment it , delete cache and reindex ,everything is ok
Comment which line of code?
comment it , delete cache and reindex ,everything is ok
Comment which line of code?
model_supports_json: true
How did you solved above error