mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 05:45:01 +00:00
community[patch]: Fix spelling error in ConversationVectorStoreTokenBufferMemory doc-string (#24385)
Fix word spelling error in `ConversationVectorStoreTokenBufferMemory`
This commit is contained in:
parent
1c65529fd7
commit
916b813107
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Class for a conversation memory buffer with older messages stored in a vectorstore .
|
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
|
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
|
saved to a vectorstore backing database. The vectorstore can be made persistent across
|
||||||
sessions.
|
sessions.
|
||||||
|
Loading…
Reference in New Issue
Block a user