RAG can boost time series forecasting by retrieving similar past sequences and intelligently fusing them into the model, rather than just appending them like in language models.
This paper adapts retrieval-augmented generation (RAG) to time series forecasting by retrieving similar historical sequences and using special tokens to blend them with input data.