refactor: RAG模块降级为实验性功能,默认关闭
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user