This repository was archived by the owner on May 27, 2025. It is now read-only.

Description
When trying to install graphrag-accelerator with Standard_D4s_v5 instance instead of Standard_D8s_v5, the following error appears:
Release "graphrag" does not exist. Installing it now.
NAME: graphrag
LAST DEPLOYED: Wed Mar 12 18:04:52 2025
NAMESPACE: graphrag
STATUS: deployed
REVISION: 1
NOTES:
Thank you for installing graphrag.
Your release is named graphrag.
To learn more about the release, try:
$ helm status graphrag
$ helm get all graphrag
- local helmResult=0
- true
- set +x
Checking for GraphRAG external IP...... Available.
Registering GraphRAG API with APIM...
Checking for GraphRAG API availability....................... Failed.
/ Uh oh, an error has occurred.
\ Please see message below. /
‾‾‾‾‾‾‾‾‾‾/‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
/
__ /
/
~ ~
/ \ /_
\o/ \o/
| |
|| |/
|| ||
|| ||
| _/ |
\ /
___/
GraphRAG API unavailable, exiting...
We got no other errors. As expected, trying to call the accelerator APIs in notebooks/1-Quickstart.ipynb fails with error code: {"statusCode": 404, "message": "Resource not found" }
Could this be some internal server problem, or it has something to do with using an other instance?