The DynamoDB Chat Memory node is a component that stores conversation history in an Amazon DynamoDB table. It extends the functionality of the BufferMemory class to provide persistent storage of chat messages using AWS DynamoDB as the backend.
@aws-sdk/client-dynamodb
for interacting with DynamoDB.BufferMemory
class from LangChain for compatibility with other LangChain components.