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

Internal Server Error 500 in Global and Local Query #146

Open yeganjoun opened 4 weeks ago

yeganjoun commented 4 weeks ago

I created a fork of the repository and synced it today (18/08/2024). I then deployed the repository via Codespaces in my Azure account. However, when I followed the instructions in the Quickstart guide, I encountered the following errors.

Could you please assist me in resolving these issues?

Check status of an indexing job

{ 'status_code': 200, 'index_name': 'my-wikipedia-index3', 'storage_name': 'stihcf7gmwes3uu', 'status': 'scheduled', 'percent_complete': 0.0, 'progress': '', }

Global Query

Internal Server Error b'{"detail":"0c1xxxxxxxxxxxxxxx not ready for querying."}' CPU times: user 9.74 ms, sys: 165 μs, total: 9.9 ms Wall time: 477 ms <Response [500]>

image

Local Query

Internal Server Error b'{"detail":"d36xxxxxxxxxxxxxxx not ready for querying."}' CPU times: user 7.58 ms, sys: 707 μs, total: 8.29 ms Wall time: 587 ms <Response [500]>

image
rnpramasamyai commented 3 weeks ago

@yeganjoun There is a pod that performs indexing. Once it finishes indexing, it will be automatically terminated. It is not ready to start indexing, may be some issues. Please check the logs of the pod's container for more details