๐พ Memory (LangChain)
= a way to store information, which enables agents to become stateful
Note
Memory can range from complete (= everything is saved) to sparse, which only includes parts of an interaction. Furthermore, agents can be used to retrieve only parts of a memory store.
๐ Example:
- Chat history for conversations
๐ Links