graphrag-accelerator icon indicating copy to clipboard operation
graphrag-accelerator copied to clipboard

[BUG] Indexing Job Fails ( more details below )

Open maulik-soni-tfs opened this issue 1 year ago • 3 comments

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

maulik-soni-tfs avatar Jul 04 '24 18:07 maulik-soni-tfs

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.

eyast avatar Jul 04 '24 22:07 eyast

I recently pushed a PR through that renamed the reports directory to logs. I also hooked up the logging to app insights so that it is easier to debug any failed API calls.

jgbradley1 avatar Jul 23 '24 06:07 jgbradley1

@maulik-soni-tfs are you still having an issue? Also, if you've not seen the thread here, definitely check it out.

https://github.com/Azure-Samples/graphrag-accelerator/issues/55#issuecomment-2212369690

timothymeyers avatar Jul 23 '24 17:07 timothymeyers

Closing as stale

timothymeyers avatar Aug 05 '24 14:08 timothymeyers