-
Book Overview & Buying
-
Table Of Contents
Unlocking Data with Generative AI and RAG - Second Edition
By :
Agentic memory transforms stateless LLMs into systems capable of learning and adapting over time by extending RAG from static document retrieval to dynamic, continuously evolving knowledge stores. This capability represents the culmination of two decades of evolution, from early chatbot state machines through ChatGPT’s context window limitations to today’s cognitive architectures, driven by expanding context windows, RAG patterns, and the emergence of autonomous agents. The CoALA framework provides structure for this evolution through three long-term memory types, which are episodic memory for experiences, semantic memory for knowledge, and procedural memory for skills—these intersect with community and personal scopes to balance collective learning with individual privacy. Modern frameworks implement these concepts with varying philosophies: Mem0 provides sophisticated unified storage that prioritizes practical effectiveness over cognitive categorization...