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
Fix typo in table formatting in env_vars documentation (microsoft#1632)
Corrected a missing backtick in a note within the `GRAPHRAG_API_KEY` description. This ensures proper code formatting and improves readability in the documentation. No content was altered aside from formatting adjustments.
Co-authored-by: Nathan Evans <[email protected]>
|`GRAPHRAG_API_KEY`|**Yes for OpenAI. Optional for AOAI**| The API key. (Note: `OPENAI_API_KEY is also used as a fallback). If not defined when using AOAI, managed identity will be used. |`str`|`None`|
31
-
|`GRAPHRAG_API_BASE`|**For AOAI**| The API Base URL |`str`|`None`|
32
-
|`GRAPHRAG_API_VERSION`|**For AOAI**| The AOAI API version. |`str`|`None`|
33
-
|`GRAPHRAG_API_ORGANIZATION`|| The AOAI organization. |`str`|`None`|
34
-
|`GRAPHRAG_API_PROXY`|| The AOAI proxy. |`str`|`None`|
28
+
| Parameter | Required? | Description | Type | Default Value |
|`GRAPHRAG_API_KEY`|**Yes for OpenAI. Optional for AOAI**| The API key. (Note: `OPENAI_API_KEY` is also used as a fallback). If not defined when using AOAI, managed identity will be used. |`str`|`None`|
31
+
|`GRAPHRAG_API_BASE`|**For AOAI**| The API Base URL |`str`|`None`|
32
+
|`GRAPHRAG_API_VERSION`|**For AOAI**| The AOAI API version. |`str`|`None`|
33
+
|`GRAPHRAG_API_ORGANIZATION`|| The AOAI organization. |`str`|`None`|
34
+
|`GRAPHRAG_API_PROXY`|| The AOAI proxy. |`str`|`None`|
0 commit comments