update docs (#278)

This commit is contained in:
Harrison Chase
2022-12-07 08:40:08 -08:00
committed by GitHub
parent 1690292b09
commit c27a6fa8a4
4 changed files with 78 additions and 13 deletions

View File

@@ -9,13 +9,13 @@ combine them with other sources of computation or knowledge.
This library is aimed at assisting in the development of those types of applications.
There are three main areas (with a forth coming soon) that LangChain is designed to help with.
There are four main areas that LangChain is designed to help with.
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.