refactor: RAG模块降级为实验性功能,默认关闭

This commit is contained in:
2026-06-24 22:59:02 +08:00
parent 63da7e2d3c
commit cf4e6a4fc0
6 changed files with 142 additions and 59 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ class DataModulesConfig:
context_writing_score_persist_enabled: bool = True
context_writing_score_include_reader_trend: bool = True
context_writing_score_trend_window: int = 10
context_rag_assist_enabled: bool = True
context_rag_assist_enabled: bool = False # 实验性RAG模块,默认关闭
context_rag_assist_top_k: int = 4
context_rag_assist_min_outline_chars: int = 40
context_rag_assist_max_query_chars: int = 120