0.0.14
⚠️ Breaking Changes ⚠️
- Removed
memory.ConversationBufferWindowMemory
andmemory.ConversationBufferMemory
. They have been replaced withmemory.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
- loaders: support allowed failures in bulk operations by @douglas-reid in #23
- feat: add support for direct File import to VectorStore by @douglas-reid in #25
- feat: add file loader for sphinx-based sites by @douglas-reid in #26
- deps: update to match latest LC memory refactor by @douglas-reid in #28
- feat: allow sphinx loader to sanitize and ignore by @douglas-reid in #27
Full Changelog: 0.0.13...0.0.14