From 2d7f87e936fe0a068e7e6d6ee938bd395da2feef Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:39:42 +0800 Subject: [PATCH] Update settings.ts --- lightrag_webui/src/stores/settings.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/src/stores/settings.ts b/lightrag_webui/src/stores/settings.ts index 223432e4..b22a906f 100644 --- a/lightrag_webui/src/stores/settings.ts +++ b/lightrag_webui/src/stores/settings.ts @@ -217,9 +217,9 @@ const useSettingsStoreBase = create()( mode: 'global', response_type: 'Multiple Paragraphs', top_k: 10, - max_entity_tokens: 10000, - max_relation_tokens: 10000, - max_total_tokens: 32000, + max_token_for_text_unit: 4000, + max_token_for_global_context: 4000, + max_token_for_local_context: 4000, only_need_context: false, only_need_prompt: false, stream: true,