v0.0.28
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 #182
- fix: clip notebook fix by @jamescalam in #183
- fix: fixes #188
AzureOpenAIEncoder
issue by @szelesaron in #189 - fix: Fit and vec_evaluate can now handle dynamic routes by @Siraj-Aizlewood in #192
- refactor: Removed trigger from RouteChoice by @Siraj-Aizlewood in #195
- feat: Support for setting top_k for HybridRouteLayer by @andreped in #197
- fix: optional dependency issue by @zahid-syed in #190
- feat: Support openai base_url by @bdqfork in #180
- fix: README route example simplification by @andreped in #196
- chore: Update FastEmbed to latest by @Anush008 in #200
- feat: Support for setting aggregation for (Hybrid)RouteLayer by @andreped in #202
- chore: prepare v0.0.28 release by @jamescalam in #205
New Contributors
- @szelesaron made their first contribution in #189
- @andreped made their first contribution in #197
- @bdqfork made their first contribution in #180
- @Anush008 made their first contribution in #200
Full Changelog: v0.0.27...v0.0.28