mirror of
https://github.com/primedigitaltech/market-assistant.git
synced 2026-07-21 23:41:39 +08:00
feat(pipeline): 默认启用第八章文本挖掘探针(report_config)
Made-with: Cursor
This commit is contained in:
parent
9f0f2ed181
commit
b0f71f196a
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
输出:默认写入 ``<run_dir>/chapter8_text_mining_probe.md``。
|
输出:默认写入 ``<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
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -174,7 +174,7 @@ def get_default_report_config() -> dict[str, Any]:
|
|||||||
"llm_promo_group_summaries": True,
|
"llm_promo_group_summaries": True,
|
||||||
"llm_strategy_opportunities": True,
|
"llm_strategy_opportunities": True,
|
||||||
"llm_group_summaries_chunk_by_matrix": 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_live_llm": True,
|
||||||
"chapter8_text_mining_probe_llm_chunked": True,
|
"chapter8_text_mining_probe_llm_chunked": True,
|
||||||
"chapter8_text_mining_probe_wordcloud": True,
|
"chapter8_text_mining_probe_wordcloud": True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user