分析拆解Decompose
把复合问题拆成可查询的子问题。
"X 产品支持哪些接口、用了什么芯片、有没有兼容问题?"——这一句话至少包含三个独立检索意图:协议匹配 / 元器件清单 / 冲突关系。每个子问题走最适合它的检索路径,最后聚合。
Compound questions become atomic sub-queries.
"What interfaces does X support, which chip, any compat issues?" hides at least three retrieval intents: protocol match / component listing / conflict graph. Each routes to its own path, then aggregates.