RAG inference query decomposition failure in Meta LLaMA
Problem: RAG Inference Query Decomposition Failure in Meta LLaMA In a multi‑tenant managed service built on Meta LLaMA 2, the Retrieval‑Augmented Generation (RAG) pipeline is expected to split a user prompt into logical sub‑queries, embed each sub‑query, and retrieve relevant documents from tenant‑isolated indexes. Recent incidents show that complex, multi‑sentence prompts are either truncated or produce empty sub‑queries, … Read more