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 https://github.com/aurelio-labs/semantic-router/pull/128
* feat: Incorporating Semantic Topic Splitters into Conversation by Siraj-Aizlewood in https://github.com/aurelio-labs/semantic-router/pull/134
* fix: pip install error in 03-basic-langchain-agent.ipynb by jzcruiser in https://github.com/aurelio-labs/semantic-router/pull/131
* fix: issue 94 added from clause to the exception statement in by dwmorris11 in https://github.com/aurelio-labs/semantic-router/pull/143
* feat: Added support for MistralAI API. This includes a by dwmorris11 in https://github.com/aurelio-labs/semantic-router/pull/142
* feat: separate indexes and PineconeIndex by jamescalam in https://github.com/aurelio-labs/semantic-router/pull/146
* fix: Saving JSON/YAML of Layer Config by Siraj-Aizlewood in https://github.com/aurelio-labs/semantic-router/pull/145
New Contributors
* jzcruiser made their first contribution in https://github.com/aurelio-labs/semantic-router/pull/131
* dwmorris11 made their first contribution in https://github.com/aurelio-labs/semantic-router/pull/143
**Full Changelog**: https://github.com/aurelio-labs/semantic-router/compare/v0.0.20...v0.0.21