From a4d35bc66f04b565493206e85b07e313a5702f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JunHo=20Kim=20=28=EA=B9=80=EC=A4=80=ED=98=B8=29?= Date: Wed, 5 Feb 2025 06:16:57 +0900 Subject: [PATCH] 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 --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index d344bc7c..5fb84594 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -118,5 +118,5 @@ Make sure you have python3.10-dev installed or more generally `python-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/)