DeepMind's paper reveals Google's new direction on RAG: In-Context Retreival(arxiv.org)6 ポイント·投稿者 mingtianzhang·9 か月前·1 コメントarxiv.orgDeepMind's paper reveals Google's new direction on RAG: In-Context Retreivalhttps://arxiv.org/abs/2510.053961 コメントコメントを投稿[–]mingtianzhang·9 か月前返信Instead of relying on vector databases, DeepMind proposes:1. The LLM itself selects the most relevant documents — no vector database needed.2. The selected documents are then placed directly into the context for generation.This kind of in-context retrieval approach greatly improves retrieval accuracy compared to traditional vector-based retrieval methods.
1. The LLM itself selects the most relevant documents — no vector database needed.
2. The selected documents are then placed directly into the context for generation.
This kind of in-context retrieval approach greatly improves retrieval accuracy compared to traditional vector-based retrieval methods.