Qwen RAG query decomposition failure after embedding model change
Problem The RAG (Retrieval‑Augmented Generation) pipeline in the Qwen service started returning incomplete answers after the embedding model was upgraded from text‑embedding‑ada‑002 to qwen‑embedding‑v2. The most visible symptom was that the query decomposition stage produced either malformed sub‑queries or no sub‑queries at all, causing downstream vector search to return empty result sets. The issue manifested … Read more