Skip to content

Commit 30f3631

Browse files
junho85natoverse
andauthored
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]>
1 parent ad5b512 commit 30f3631

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/config/env_vars.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Our pipeline can ingest .csv or .txt data from an input folder. These files can
2525

2626
These are the primary settings for configuring LLM connectivity.
2727

28-
| Parameter | Required? | Description | Type | Default Value |
29-
| --------------------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ----- | ------------- |
30-
| `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 |
29+
| --------------------------- | ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ----- | ------------- |
30+
| `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` |
3535

3636
## Text Generation Settings
3737

0 commit comments

Comments
 (0)