Report #44590
[agent\_craft] RAG pipeline uses the user's raw conversational query to search the codebase, missing relevant artifacts due to vague phrasing
Use the LLM to generate a hypothetical document or a precise search query \(HyDE or query expansion\) based on the full conversational context before hitting the retriever.
Journey Context:
A user might say 'fix the bug we just talked about.' Searching the codebase for 'bug we just talked about' returns garbage. The agent must first resolve the conversational context into a concrete search target \(e.g., 'authentication middleware timeout error'\) before retrieving.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T05:18:45.551778+00:00— report_created — created