Joseph Cardwell

Results 3 comments of Joseph Cardwell

The problem appears in the file: langchain/memory/buffer_window.py It appears to be caused in the following function: langchain.memory.buffer_window.ConversationBufferWindowMemory.load_memory_variables In load_memory_variables() it makes a call to get_buffer_string() in langchain/schema/messages.py which converts the...

This would likely break compatibility. If the API is going to make this alteration then an automatic adapter must be employed. Either way, it is a larger consideration.