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,