Custom Memory, LangChain Developers, 2025 (LangChain Inc.) - Official guide for implementing custom memory modules in LangChain, detailing the required interface and methods.
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela, 2020Advances in Neural Information Processing Systems (NeurIPS 2020)DOI: 10.48550/arXiv.2005.11401 - Introduces Retrieval-Augmented Generation (RAG), a method for integrating external knowledge and context management, which custom memory modules can support.
Recent Advances in Deep Learning Based Dialogue Systems, Zhaojun Li, Wenjun Mao, 2020IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 42 (IEEE)DOI: 10.1109/TPAMI.2020.2968805 - A survey discussing various components and challenges in dialogue systems, including memory and context management, which provides a broader understanding of the problem space addressed by custom memory.