Skip to content

Commit

Permalink
Fix typo in DEVELOPING.md instructions (#1631)
Browse files Browse the repository at this point in the history
Corrected "this values" to "these values" for improved clarity. This ensures the documentation is more accurate and professional.

Co-authored-by: Nathan Evans <github@talkswithnumbers.com>
  • Loading branch information
junho85 and natoverse authored Feb 4, 2025
1 parent 30f3631 commit a4d35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ Make sure you have python3.10-dev installed or more generally `python<version>-d

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

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

0 comments on commit a4d35bc

Please sign in to comment.