yanivvak
yanivvak
Add a search option to the documentation https://microsoft.github.io/graphrag/
### Describe the bug --> [571](file:///C:/Users/x/AppData/Local/Programs/Python/Python311/Lib/subprocess.py:571) raise CalledProcessError(retcode, process.args, [572](file:///C:/Users/yanivvaknin/AppData/Local/Programs/Python/Python311/Lib/subprocess.py:572) output=stdout, stderr=stderr) [573](file:///C:/Users/yanivvaknin/AppData/Local/Programs/Python/Python311/Lib/subprocess.py:573) return CompletedProcess(process.args, retcode, stdout, stderr) CalledProcessError: Command '['python', '-m', 'graphrag.query', '--root', './data/graphrag', '--method', 'global', '--response_type', 'Summarize and...
Can you support azure open ai credentials?
enable a retry mechanism with open ai 429, here's a reference https://docs.all-hands.dev/modules/usage/llms#api-retries-and-rate-limits
When running the bicep file in vs code, I got this response ./bicep/deploy-apim-baseline.sh: line 119: jq: command not found jq should be a prerequisite pip install jq In addition it...