langchain
e081c62a
- Fixed k=0 bug on ConversationBufferWindowMemory (#2796)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Fixed k=0 bug on ConversationBufferWindowMemory (#2796) Updated the "load_memory_variables" function of the ConversationBufferWindowMemory to support a window size of 0 (k=0). Previous behavior would return the full memory instead of an empty array.
Author
timconnorz
Parents
a094b7f8
Loading