From 83fefa95f01cdef03284e72fd96063f6469a5461 Mon Sep 17 00:00:00 2001 From: zhoujj20 Date: Mon, 15 Jul 2024 22:56:47 +0800 Subject: [PATCH] add llm_max_tokens to init_content.py --- graphrag/index/init_content.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphrag/index/init_content.py b/graphrag/index/init_content.py index e210f9641f..540067dcac 100644 --- a/graphrag/index/init_content.py +++ b/graphrag/index/init_content.py @@ -145,6 +145,7 @@ # top_k_mapped_entities: {defs.LOCAL_SEARCH_TOP_K_MAPPED_ENTITIES} # top_k_relationships: {defs.LOCAL_SEARCH_TOP_K_RELATIONSHIPS} # max_tokens: {defs.LOCAL_SEARCH_MAX_TOKENS} + # llm_max_tokens: {defs.LOCAL_SEARCH_LLM_MAX_TOKENS} global_search: # max_tokens: {defs.GLOBAL_SEARCH_MAX_TOKENS}