ended3월 15일· 4 sources

Memory Types in LangChain

LangChain의 메모리 유형

Why it matters

LangChain provides several memory patterns to make stateless LLMs maintain conversational context, including Transcript (full buffer), Window (sliding window), Summary, Entity, and Vector Retrieval patterns. Each pattern balances context accuracy against token cost, ranging from verbatim storage for short interactions to selective retrieval for knowledge-intensive systems.

4
Sources
+0
24h
Growth
190d
Active
agent memoryai agentai memory systemsconfidence signalcontext managementcontext windowconversationbuffermemoryinformation architecturelangchainllm memorylocomoragrepositoryretrieval accuracysemantic memorysliding windowstale beliefsthree-tier memoryvector retrieval

Sources

Related Issues