Update README.md memory now added as a feature (#208)

This commit is contained in:
Dillon Chen 2022-11-26 23:21:42 -05:00 committed by GitHub
parent 287f1857ee
commit d0415952f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.