Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
maulik-soni-tfs opened this issue Jul 4, 2024 · 4 comments
Closed

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

maulik-soni-tfs opened this issue Jul 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@maulik-soni-tfs
Copy link

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 maulik-soni-tfs added the bug Something isn't working label Jul 4, 2024
@eyast
Copy link

eyast commented Jul 4, 2024

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.

@jgbradley1
Copy link
Collaborator

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.

@timothymeyers
Copy link
Contributor

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

#55 (comment)

@timothymeyers
Copy link
Contributor

Closing as stale

@timothymeyers timothymeyers closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants