Azure-Samples / graphrag-accelerator

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

[BUG] Indexing Job Keeps Running For Hours #91

Closed mohanajuhi166 closed 3 months ago

mohanajuhi166 commented 4 months ago

Describe the bug Indexing Job Keeps Running For Hours and Ultimately fails in SwedenCentral Location

To Reproduce Steps to reproduce the behavior:

  1. Setup up OpenAI Studio with gpt-4 and open-ai-embeddings 2.Setup up TPM thresholds as per documentation
  2. Build Index in swedencentral region
  3. See error

Expected behavior Indexing Job Finishes

Screenshots

This is where it gets stuck, at 12.5% and remains the same for the next 3-4hrs

Screenshot 2024-07-16 at 12 04 48

Desktop (please complete the following information):

MemmoB commented 4 months ago

I get this when indexing 3 wiki pages as a test:

{
  "status_code": 200,
  "index_name": "graphrag-test",
  "storage_name": "graphrag-test",
  "status": "failed",
  "percent_complete": 12.5,
  "progress": "2 out of 16 workflows completed successfully."
}

And then it restarts and never gets passed this point and restarts again etc.

MemmoB commented 4 months ago

Duplicate of https://github.com/Azure-Samples/graphrag-accelerator/issues/55

rnpramasamyai commented 4 months ago

Same Here

rnpramasamyai commented 4 months ago

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

zhangchuang1128 commented 3 months ago

Same Here,Have you solved this problem?

timothymeyers commented 3 months ago

Closing as a duplicate; please see discussion in #55 for troubleshooting approaches.

If new errors show in deployment or pod logs, please open a new issue with greater detail and context.