LangChain Documentation: Memory, LangChain Developers, 2025 (LangChain Inc.) - Provides detailed explanations and examples for various memory types and their integration within the LangChain framework.
LangChain Documentation: Agents, LangChain Developers, 2024 (LangChain) - Official guide covering the architecture, implementation, and integration of agents in LangChain, including memory management.
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)DOI: 10.48550/arXiv.2005.11401 - Introduces the Retrieval-Augmented Generation (RAG) architecture, which is fundamental to how VectorStoreRetrieverMemory retrieves relevant information from an external knowledge base.
Generative Agents: Interactive Simulacra of Human Behavior, Joon Sung Park, Joseph C. O'Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, Michael S. Bernstein, 2023arXiv preprint arXiv:2304.03442DOI: 10.48550/arXiv.2304.03442 - Presents a computational framework for generative agents, demonstrating the importance of memory, planning, and reflection for consistent agent behavior over time.