mirror of
https://github.com/microsoft/graphrag.git
synced 2025-03-11 01:26:14 +03:00
Fix typo in table formatting in env_vars documentation (#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 <github@talkswithnumbers.com>
This commit is contained in:
@@ -25,13 +25,13 @@ Our pipeline can ingest .csv or .txt data from an input folder. These files can
|
||||
|
||||
These are the primary settings for configuring LLM connectivity.
|
||||
|
||||
| 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` |
|
||||
| `GRAPHRAG_API_BASE` | **For AOAI** | The API Base URL | `str` | `None` |
|
||||
| `GRAPHRAG_API_VERSION` | **For AOAI** | The AOAI API version. | `str` | `None` |
|
||||
| `GRAPHRAG_API_ORGANIZATION` | | The AOAI organization. | `str` | `None` |
|
||||
| `GRAPHRAG_API_PROXY` | | The AOAI proxy. | `str` | `None` |
|
||||
| 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` |
|
||||
| `GRAPHRAG_API_BASE` | **For AOAI** | The API Base URL | `str` | `None` |
|
||||
| `GRAPHRAG_API_VERSION` | **For AOAI** | The AOAI API version. | `str` | `None` |
|
||||
| `GRAPHRAG_API_ORGANIZATION` | | The AOAI organization. | `str` | `None` |
|
||||
| `GRAPHRAG_API_PROXY` | | The AOAI proxy. | `str` | `None` |
|
||||
|
||||
## Text Generation Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user