langchain
e081c62a - Fixed k=0 bug on ConversationBufferWindowMemory (#2796)

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
Parents
Loading