Error1 reports
Fix NotFoundError
in GraphRAG
✅ Solution
The "NotFoundError" in graphrag, especially with Azure OpenAI, usually indicates the specified resource (like a deployment name) doesn't exist or isn't accessible in your Azure OpenAI setup. Verify the deployment name, API key, and endpoint are correctly configured in your code and match the Azure OpenAI resource you created. Ensure your Azure OpenAI resource has the necessary models deployed and your account has the correct permissions.
Related Issues
Real GitHub issues where developers encountered this error:
Timeline
First reported:Apr 4, 2025
Last reported:Apr 4, 2025