ended3월 30일· 1 sources
Beyond Single Query: Why Top RAG Systems Search Multiple Times
RAG 시스템의 한계를 극복하는 다중 쿼리 전략
Why it matters
Single-query vector search suffers from incomplete semantic coverage—a single embedding lands in only one neighborhood of vector space, missing relevant context from other conceptual clusters. Leading RAG frameworks like LangChain and LlamaIndex solve this by decomposing user questions into multiple search queries and fusing results, capturing diverse perspectives and delivering more comprehensive retrieval outcomes.
1
Sources
+0
24h
—
Growth
174d
Active
RAGMultiQuery retrievalVector embeddingLangChainLlamaIndex