Skip to content

Commit 66ec957

Browse files
authored
Fix typo in memory documentation (langchain-ai#2165)
1 parent ae9895f commit 66ec957

File tree

1 file changed

+1
-1
lines changed
  • docs/docs_skeleton/docs/modules/memory

1 file changed

+1
-1
lines changed

docs/docs_skeleton/docs/modules/memory/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Secondly, LangChain provides easy ways to incorporate these utilities into chain
1919

2020
## Get started
2121

22-
Memory involves keeping a concept of state around throughout a user's interactions with an language model. A user's interactions with a language model are captured in the concept of ChatMessages, so this boils down to ingesting, capturing, transforming and extracting knowledge from a sequence of chat messages. There are many different ways to do this, each of which exists as its own memory type.
22+
Memory involves keeping a concept of state around throughout a user's interactions with a language model. A user's interactions with a language model are captured in the concept of ChatMessages, so this boils down to ingesting, capturing, transforming and extracting knowledge from a sequence of chat messages. There are many different ways to do this, each of which exists as its own memory type.
2323

2424
In general, for each type of memory there are two ways to understanding using memory. These are the standalone functions which extract information from a sequence of messages, and then there is the way you can use this type of memory in a chain.
2525

0 commit comments

Comments
 (0)