Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.65k stars 250 forks source link

Unable to connect to apim end point /manpage/openai.json #108

Closed Haritha-Maturi closed 1 month ago

Haritha-Maturi commented 1 month ago

While trying to hit this manpage/openai.json it's getting 503 error.

apim_error

To Reproduce Steps to reproduce the behavior:

  1. Give all the required parameters
  2. Run deploy.sh script

Checking for GraphRAG external IP Available. Registering GraphRAG API with APIM... Checking for GraphRAG availability.................... Failed.

Expected behavior The endpoint should return an json file.

pwine123 commented 1 month ago

Facing the same issue. Following.

rnpramasamyai commented 1 month ago

Please check whether pods are crashing in AKS and review the pod logs.

timothymeyers commented 1 month ago

Is anyone still facing this issue? @Haritha-Maturi @pwine123 ?

Please check your AKS pod logs as @rnpramasamyai mentioned and report back.

pwine123 commented 1 month ago

@timothymeyers - please review findings in bug #120

Haritha-Maturi commented 1 month ago

As per @rnpramasamyai mentioned the issue is with pods once I make them work the issue is resolved. Thank you