microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
18.2k stars 1.76k forks source link

[Bug]: eturned non-zero exit status 1. #495

Open yanivvak opened 3 months ago

yanivvak commented 3 months ago

Describe the bug

--> 571 raise CalledProcessError(retcode, process.args, 572 output=stdout, stderr=stderr) 573 return CompletedProcess(process.args, retcode, stdout, stderr)

CalledProcessError: Command '['python', '-m', 'graphrag.query', '--root', './data/graphrag', '--method', 'global', '--response_type', 'Summarize and explain in 1-2 paragraphs with bullet points using at most 300 tokens', 'question']' returned non-zero exit status 1.

Steps to reproduce

run this notebook: https://github.com/intellectronica/battle-of-the-semantics/blob/main/battle-of-the-semantics.ipynb

Expected Behavior

No response

GraphRAG Config Used

No response

Logs and screenshots

No response

Additional Information

github-actions[bot] commented 2 months ago

This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days.