Richard Hallgren

Results 8 comments of Richard Hallgren

> By removing the line 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/write' on the infra/core/rbac/workload-identity-rbac.bicep file I was able to make the setup continue. > > It progressed to the point of checking for the graphrag...

I checked the logs for the pod (graphrag-master) and it seems like there is an issue with creating the cosmos database after removing the line above (maybe not so surprising)....

I managed to get it working by: 1. Remove 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/write' on the infra/core/rbac/workload-identity-rbac.bicep file 2. In the GraphRAG API app main.py-file remove the intialize_cosmosdb_setup() (to prevent it from trying to...

I get the same error as you, same files etc worked with the old solution accelerator. Did you get any errors with the CosmosDB during creation etc? My guess it's...

For me it was the autogenerated prompts for extracting entities that had an error in it. The generated prompt had } where it shouldn't be, after removing the extra }...

> are you referring to quickstart or advanced notebook? The GraphRAG Accelerator API gives you the possibility to generate prompts, there is an example in the advanced notebook. Those generated...

That's the same issue I had, but with }, if you change the manual prompt (remove that unexpected '{' from the prompt or close it if needed) it should work.

I also find that local queries are prone to hallucinating.