Guy Bertental

Results 19 comments of Guy Bertental

I would consider adding some instructions for future developers how to use it, in a separate readme file.

for me it also stuck on 6.25 percent for hours, i've used the following setting: ``` "GRAPHRAG_API_VERSION": "2024-08-01-preview", "GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME": "text-embedding-ada-002", "GRAPHRAG_EMBEDDING_MODEL": "text-embedding-ada-002", "GRAPHRAG_LLM_DEPLOYMENT_NAME": "gpt-4o-mini", "GRAPHRAG_LLM_MODEL": "gpt-4o-mini", "LOCATION": "swedencentral", ``` I...

Splitting the `GRAPHRAG_API_VERSION` into two solved this issue for me, indexing finishes very quickly now. ``` "GRAPHRAG_LLM_API_VERSION": "2024-08-01-preview", "GRAPHRAG_EMBEDDING_API_VERSION": "2023-05-15", "GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME": "text-embedding-ada-002", "GRAPHRAG_EMBEDDING_MODEL": "text-embedding-ada-002", "GRAPHRAG_LLM_DEPLOYMENT_NAME": "gpt-4o-mini", "GRAPHRAG_LLM_MODEL": "gpt-4o-mini", "LOCATION": "swedencentral"...

@joein already installed... didn't help. tried all versions down to 0.2.7 and this issue started on 0.3.0

running again for many times didn't work for me, I'm also directory and subscription admin. btw, added some traces to the deployment script and the scope looks empty, might be...

I've tried to manually assign role to this principal, and it worked and also solved my indexing issue: ![image](https://github.com/user-attachments/assets/456de5ae-2d8e-490e-8cb3-8d08a58cf49b)

I've found the problem, if your OpenAI service is deployed into another subscription the scope empty, you need to pass the subscription id to the following line: ```bash local scope=$(az...

Sure, I think I'll open a PR to fix this issue so others can benefit. ________________________________ From: Puneet Pawaia ***@***.***> Sent: Monday, January 6, 2025 2:27:26 PM To: Azure-Samples/graphrag-accelerator ***@***.***>...

@puneetpawaia, in case this PR doesn't help you, I suggest you share the error captured in the deployment from Azure Portal.