feat(pipeline): 默认启用第八章文本挖掘探针(report_config)

Made-with: Cursor
This commit is contained in:
hub-gif 2026-04-16 17:35:37 +08:00
parent 9f0f2ed181
commit b0f71f196a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
输出默认写入 ``<run_dir>/chapter8_text_mining_probe.md``
嵌入竞品报告任务 ``report_config`` ``chapter8_text_mining_probe``: true 流水线会生成本稿并调用 ``markdown_embed_body_for_competitor_report`` 写入 ``competitor_analysis.md`` **§8.3**替代原关注词 + 场景条图及对应两段大模型**§8.2 大模型深入解读主题归因保留**
嵌入竞品报告流水线默认开启``get_default_report_config`` ``chapter8_text_mining_probe``: true若任务显式关闭则为 false开启时会生成本稿并调用 ``markdown_embed_body_for_competitor_report`` 写入 ``competitor_analysis.md`` **§8.3**替代原关注词 + 场景条图及对应两段大模型**§8.2 大模型深入解读主题归因保留**
"""
from __future__ import annotations

View File

@ -174,7 +174,7 @@ def get_default_report_config() -> dict[str, Any]:
"llm_promo_group_summaries": True,
"llm_strategy_opportunities": True,
"llm_group_summaries_chunk_by_matrix": True,
"chapter8_text_mining_probe": False,
"chapter8_text_mining_probe": True,
"chapter8_text_mining_probe_live_llm": True,
"chapter8_text_mining_probe_llm_chunked": True,
"chapter8_text_mining_probe_wordcloud": True,