From 8f8e5cfff567803fc6e2942057eaab04d46439a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:37:50 +0800 Subject: [PATCH] Increase rune limits in config.yaml --- config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 66bebae8..694bd1d8 100644 --- a/config.yaml +++ b/config.yaml @@ -308,7 +308,9 @@ roles_dir: roles # 角色配置文件目录(相对于配置文件所在目录 project: enabled: true # default_project_id: "" # 可选:机器人/批量任务创建对话时的默认项目 ID - fact_index_max_runes: 6500 - fact_summary_max_runes: 2400 + fact_index_max_runes: 65000 + # 事实关系速览段预算(从索引总预算中预留) + fact_index_path_max_runes: 10000 + fact_summary_max_runes: 24000 default_inject_deprecated: false - +