Release v0.0.21
Release v0.0.21
Key new features include MistralAI API for Mistral LLMs and encoders by @dwmorris11, support for more scalable and persistent route layers using Pinecone by @Siraj-Aizlewood and @jamescalam, and new splitting mechanisms for Conversation
objects to improve context support for routing decisions by @Siraj-Aizlewood.
What's Changed
- feat: Added Method for Deletion of Routes in RouteLayer by @Siraj-Aizlewood in #128
- feat: Incorporating Semantic Topic Splitters into Conversation by @Siraj-Aizlewood in #134
- fix: pip install error in 03-basic-langchain-agent.ipynb by @jzcruiser in #131
- fix: issue #94 added from clause to the exception statement in by @dwmorris11 in #143
- feat: Added support for MistralAI API. This includes a by @dwmorris11 in #142
- feat: separate indexes and PineconeIndex by @jamescalam in #146
- fix: Saving JSON/YAML of Layer Config by @Siraj-Aizlewood in #145
New Contributors
- @jzcruiser made their first contribution in #131
- @dwmorris11 made their first contribution in #143
Full Changelog: v0.0.20...v0.0.21