Open gaostar123 opened 3 months ago
same
same
Hey! Thanks for your patience on this, the latest update should take care of this issue. Let me know if you're still having problems after the update! Make sure to clear everything out and start fresh if possible for the best chances of it working immediately. Thanks again for checking out the project!
Traceback (most recent call last): File "/home/gaoshida/gsd/GraphRAG-Local-UI/graphrag/index/run.py", line 357, in run_pipeline result = await workflow.run(context, callbacks) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/gaoshida/anaconda3/envs/ollama/lib/python3.11/site-packages/datashaper/workflow/workflow.py", line 369, in run timing = await self._execute_verb(node, context, callbacks) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/gaoshida/anaconda3/envs/ollama/lib/python3.11/site-packages/datashaper/workflow/workflow.py", line 410, in _execute_verb result = node.verb.func(**verb_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/gaoshida/anaconda3/envs/ollama/lib/python3.11/site-packages/datashaper/engine/verbs/select.py", line 25, in select output = cast(Table, input_table[columns])