What's New
Addition of different aggregation methods (`sum`, `mean`, `max`) and improvements to `HybridRouteLayer` thanks to andreped! Much maintenance, fixes, and optimization.
What's Changed
* chore: splitters code clean by jamescalam in https://github.com/aurelio-labs/semantic-router/pull/182
* fix: clip notebook fix by jamescalam in https://github.com/aurelio-labs/semantic-router/pull/183
* fix: fixes 188 AzureOpenAIEncoder issue by szelesaron in https://github.com/aurelio-labs/semantic-router/pull/189
* fix: Fit and vec_evaluate can now handle dynamic routes by Siraj-Aizlewood in https://github.com/aurelio-labs/semantic-router/pull/192
* refactor: Removed trigger from RouteChoice by Siraj-Aizlewood in https://github.com/aurelio-labs/semantic-router/pull/195
* feat: Support for setting top_k for HybridRouteLayer by andreped in https://github.com/aurelio-labs/semantic-router/pull/197
* fix: optional dependency issue by zahid-syed in https://github.com/aurelio-labs/semantic-router/pull/190
* feat: Support openai base_url by bdqfork in https://github.com/aurelio-labs/semantic-router/pull/180
* fix: README route example simplification by andreped in https://github.com/aurelio-labs/semantic-router/pull/196
* chore: Update FastEmbed to latest by Anush008 in https://github.com/aurelio-labs/semantic-router/pull/200
* feat: Support for setting aggregation for (Hybrid)RouteLayer by andreped in https://github.com/aurelio-labs/semantic-router/pull/202
* chore: prepare v0.0.28 release by jamescalam in https://github.com/aurelio-labs/semantic-router/pull/205
New Contributors
* szelesaron made their first contribution in https://github.com/aurelio-labs/semantic-router/pull/189
* andreped made their first contribution in https://github.com/aurelio-labs/semantic-router/pull/197
* bdqfork made their first contribution in https://github.com/aurelio-labs/semantic-router/pull/180
* Anush008 made their first contribution in https://github.com/aurelio-labs/semantic-router/pull/200
**Full Changelog**: https://github.com/aurelio-labs/semantic-router/compare/v0.0.27...v0.0.28