mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-07 12:20:51 +00:00
Update settings.ts
This commit is contained in:
parent
bbd91d3a18
commit
2d7f87e936
@ -217,9 +217,9 @@ const useSettingsStoreBase = create<SettingsState>()(
|
||||
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user