Buffer Window Memory

🚀

Enhanced

Direct integration with Langfuse tracing

Use Flowise database table chat_message as the storage mechanism for storing/retrieving conversations.

Difference being it only fetches the last K interactions. This approach is beneficial for preserving a sliding window of the most recent interactions, ensuring the buffer remains manageable in size.

Input

ParameterDescriptionDefault
SizeLast K messages to fetch4
Session IdAn ID to retrieve/store messages. If not specified, a random ID will be used.
Memory KeyA key used to format messages in prompt templatechat_history