Skip to content

0.0.14

Compare
Choose a tag to compare
@douglas-reid douglas-reid released this 09 Mar 01:22
· 21 commits to main since this release
c1e3c32

⚠️ Breaking Changes ⚠️

  • Removed memory.ConversationBufferWindowMemory and memory.ConversationBufferMemory. They have been replaced with memory.ChatMessageHistory.

In order to keep up with the changes in upstream LangChain, we converted our Memory classes to a single ChatMessageHistory that may be used with the upstream conversational memory classes. This is a bit unfortunate, but should allow us to continue to stay in-step with the latest LangChain developments.

We apologize for the impact.

What's Changed

Full Changelog: 0.0.13...0.0.14