A new paper presents SmartRAG, a graph-based retrieval-augmented generation approach built for mobile devices. The system is aimed at personal assistants that need to retrieve and organize user context with low latency and stronger privacy properties.

The mobile focus is important because many RAG systems assume server-side infrastructure, larger indexes, and persistent cloud access. On-device retrieval requires different tradeoffs around memory, graph construction, and response speed.

If the approach holds up, it could support more capable local AI assistants that use personal data without sending every retrieval step to remote services.