Skip to main content

Memory & Chat History

Buffer Memory Types

0:00
LearnStep 1/4

ConversationBufferMemory

Full Conversation History

Buffer memory stores the complete conversation history.

python

Warning: Token Growth

Buffer memory grows unboundedly. For a 10-turn conversation with 100 tokens per turn, you're sending 1000+ tokens of history with each call.

text