Azure-Samples / graphrag-accelerator

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

[BUG] Indexing Job Fails ( more details below ) #48

Open maulik-soni-tfs opened 3 days ago

maulik-soni-tfs commented 3 days ago

Describe the bug Running Quickstart.ipynb - Start new indexing job

<Response [200]>
{
    'status_code': 200,
    'index_name': 'test_graph_rag3',
    'storage_name': 'test_graph_rag3',
    'status': 'failed',
    'percent_complete': 12.5,
    'progress': "Workflow 'create_final_covariates' started.",
}

Expected behavior Indexing should be 100% complete

eyast commented 3 days ago

When an indexing job fails, I find many logs and artefacts on the blob storage that I configured during the installation. I browse to blob_containers\{index_name}\reports and find a JSON file that includes the steps that were taken, as well as any errors reported back. You can access this blob interactively using Azure Storage Explorer if you've deployed the solution with the -g switch.