⚠️ 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
* loaders: support allowed failures in bulk operations by douglas-reid in https://github.com/steamship-core/steamship-langchain/pull/23
* feat: add support for direct File import to VectorStore by douglas-reid in https://github.com/steamship-core/steamship-langchain/pull/25
* feat: add file loader for sphinx-based sites by douglas-reid in https://github.com/steamship-core/steamship-langchain/pull/26
* deps: update to match latest LC memory refactor by douglas-reid in https://github.com/steamship-core/steamship-langchain/pull/28
* feat: allow sphinx loader to sanitize and ignore by douglas-reid in https://github.com/steamship-core/steamship-langchain/pull/27
**Full Changelog**: https://github.com/steamship-core/steamship-langchain/compare/0.0.13...0.0.14