Demonstrates splitting a complex query into sub-questions
using SearchBuilder.SubDecompose() to improve recall.
Run
# With mock provider (no external dependencies)
LLM_PROVIDER=mock go run .
To use real LLM/embedder providers, set
LLM_PROVIDER=ollama or LLM_PROVIDER=openai with the appropriate
environment variables (see examples in examples/memory/).
@sk-task prod-issues#T3.4: Пример sub-query decomposition (AC-011)
Демонстрирует разбиение сложного запроса на под-вопросы для улучшения recall.
Использует LLM-rewriter для генерации под-вопросов на основе QueryDecomposer.