Skip to content

Commit

Permalink
community[patch]: Fix spelling error in ConversationVectorStoreTokenB…
Browse files Browse the repository at this point in the history
…ufferMemory doc-string (#24385)

Fix word spelling error in `ConversationVectorStoreTokenBufferMemory`
  • Loading branch information
ZhangShenao authored Jul 18, 2024
1 parent 1c65529 commit 916b813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Class for a conversation memory buffer with older messages stored in a vectorstore .
This implementats a conversation memory in which the messages are stored in a memory
This implements a conversation memory in which the messages are stored in a memory
buffer up to a specified token limit. When the limit is exceeded, older messages are
saved to a vectorstore backing database. The vectorstore can be made persistent across
sessions.
Expand Down

0 comments on commit 916b813

Please sign in to comment.