What kind of memory?
Separate working context, recurrent state, learned parameters and persistent storage.
How it works
Context & memory
Context contains information supplied for a computation. A recurrent network propagates state across steps. External storage can retain documents and retrieve useful ones for a request. These mechanisms have different capacities and retention guarantees.
Check my understanding
Before answering, form your own explanation.
A document retrieved from an index can enrich context without changing model parameters.
Takeaway
A file added to one conversation is not guaranteed to appear in another. Persistence depends on the product and settings; retrieving a document need not retrain the model.
Go deeperScientific sources
- Hochreiter & Schmidhuber · 1997Long Short-Term MemoryOriginal publication
- Lewis et al. · 2020Retrieval-Augmented Generation for Knowledge-Intensive NLP TasksOriginal publication
Teaching synthesis of the cited sources. Published results remain tied to their tasks, protocols and budgets.