Fix typo in DEVELOPING.md instructions (#1631)

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>
This commit is contained in:
JunHo Kim (김준호) 2025-02-05 06:16:57 +09:00 committed by GitHub
parent 30f36316af
commit a4d35bc66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/)