A Survey on Concept Drift Adaption, João Gama, Indrė Žliobaitė, Albert Bifet, Myra Spiliopoulou, Peter Van Roy, 2014ACM Computing Surveys (CSUR), Vol. 46 (Association for Computing Machinery (ACM))DOI: 10.1145/2523813 - This seminal survey gives a wide view of concept drift in machine learning, covering types of drift and methods for detection and adaptation, highly relevant for the theoretical foundation of drift in RAG components.
Designing Machine Learning Systems: An Iterative Process for Production-Ready AI, Chip Huyen, 2022 (O'Reilly Media) - This book offers a guide for building and deploying ML systems, with a chapter on monitoring covering types of drift and statistical methods like PSI and distribution distance metrics for detection in production.
Retrieval-Augmented Generation for Large Language Models: A Survey, Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yi Dai, Jiawei Sun, Meng Wang, Haofen Wang, 2024arXiv preprint arXiv:2312.10997DOI: 10.48550/arXiv.2312.10997 - This comprehensive survey gives an overview of Retrieval-Augmented Generation (RAG) systems, including discussions on their architecture, evaluation, and production challenges. This resource is relevant for why drift monitoring helps maintain RAG performance.