Skip to content

Commit 077c8c7

Browse files
authored
Merge branch 'main' into kennyzhang/multi-index-query-cli
2 parents 1baa8af + a4d35bc commit 077c8c7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ Make sure you have python3.10-dev installed or more generally `python<version>-d
118118

119119
### LLM call constantly exceeds TPM, RPM or time limits
120120

121-
`GRAPHRAG_LLM_THREAD_COUNT` and `GRAPHRAG_EMBEDDING_THREAD_COUNT` are both set to 50 by default. You can modify this values
121+
`GRAPHRAG_LLM_THREAD_COUNT` and `GRAPHRAG_EMBEDDING_THREAD_COUNT` are both set to 50 by default. You can modify these values
122122
to reduce concurrency. Please refer to the [Configuration Documents](https://microsoft.github.io/graphrag/config/overview/)

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)