Buffer Memory
For certain applications, retaining past interactions is crucial. For that, chains and agents may accept a memory component as one of their input parameters. The ConversationBufferMemory
component is one of them. It stores messages and extracts them into variables.
⛓️ Langflow Example

Download Flow
LangChain Components 🦜🔗