You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use managed auth, add an additional value to your model config and comment out or remove the api_key line:
68
+
To use managed auth, edit the auth_type in your model config and *remove* the api_key line:
69
69
70
70
```yaml
71
71
auth_type: azure_managed_identity # Default auth_type is is api_key
72
-
# api_key: ${GRAPHRAG_API_KEY}
73
72
```
74
73
75
74
You will also need to login with [az login](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli) and select the subscription with your endpoint.
@@ -116,4 +115,4 @@ Please refer to [Query Engine](query/overview.md) docs for detailed information
116
115
- For more details about configuring GraphRAG, see the [configuration documentation](config/overview.md).
117
116
- To learn more about Initialization, refer to the [Initialization documentation](config/init.md).
118
117
- For more details about using the CLI, refer to the [CLI documentation](cli.md).
119
-
- Check out our [visualization guide](visualization_guide.md) for a more interactive experience in debugging and exploring the knowledge graph.
118
+
- Check out our [visualization guide](visualization_guide.md) for a more interactive experience in debugging and exploring the knowledge graph.
0 commit comments