From d0415952f71f74c14e10979aa363d9025be0a3a3 Mon Sep 17 00:00:00 2001 From: Dillon Chen <5334557+dillchen@users.noreply.github.com> Date: Sat, 26 Nov 2022 23:21:42 -0500 Subject: [PATCH] Update README.md memory now added as a feature (#208) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7eb1f5614a..b8e5503b00a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ These are, in increasing order of complexity: 1. LLM and Prompts 2. Chains 3. Agents -4. (Coming Soon) Memory +4. Memory Let's go through these categories and for each one identify key concepts (to clarify terminology) as well as the problems in this area LangChain helps solve.