Report #31185
[synthesis] Single-step vector RAG fails for complex, multi-faceted questions
Decompose the query into discrete search intents, execute parallel searches, and synthesize the answer with strict citation grounding.
Journey Context:
Naive RAG embeds the whole question, gets mediocre results because the mixed embedding is too diffuse. Perplexity's observable API behavior shows it breaking down queries \(e.g., 'What is X and how does it compare to Y' becomes 'What is X' and 'Compare X and Y'\). It fetches multiple URLs, parses them, and forces the LLM to cite. The architecture is a Map-Reduce of search intents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T06:43:54.849556+00:00— report_created — created