Releases: aurelio-labs/semantic-router
Releases · aurelio-labs/semantic-router
Release v0.0.31
What's Changed
- chore: Release v0.0.30 by @jamescalam in #233
- fix: Update 09-route-filter.ipynb by @shaungt1 in #230
- feat: Support Google/Vertex AI as Encoder by @smwitkowski in #224
- chore: release v0.0.31 by @jamescalam in #237
New Contributors
- @shaungt1 made their first contribution in #230
- @smwitkowski made their first contribution in #224
Full Changelog: v0.0.30...v0.0.31
Release v0.0.30
What's Changed
- chore: Reduction of logs for splitter by @simjak in #220
- fix: kwarg LlamaCppLLM.llm overwritten by import by @bruvduroiu in #211
- feat: Add route filtering to indexes by @zahid-syed in #209
- fix: Pinecone PyTest env var by @jamescalam in #226
- fix: gRPC types import qdrant.py by @Anush008 in #225
- chore: Moved black format from main dependencies by @simjak in #227
- chore: add source to pinecone index by @jamescalam in #229
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- feat: QdrantIndex by @Anush008 in #207
- chore: James/v0.0.29 by @jamescalam in #214
Full Changelog: v0.0.28...v0.0.29
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
Release v0.0.27
We now have multi-modal support! See here for a Shrek vs. not-Shrek route layer.
What's Changed
- feat: add CLIP for multi modal by @jamescalam in #155
- chore: v0.0.27 release prep by @jamescalam in #181
Full Changelog: v0.0.26...v0.0.27
Release v0.0.26
Release v0.0.25
What's Changed
- feat: Unstructured elements splitting example by @simjak in #169
- fix: PineconeIndex upsert request size limit by @siddicky in #165
- fix: RollingWindowSplitter fixes by @simjak in #175
- fix: PIL Image type by @simjak in #176
- chore: Release 0.0.25 by @simjak in #177
New Contributors
Full Changelog: v0.0.24...v0.0.25
Release v0.0.24
Release v0.0.23
What's New
Added image embeddings with VitEncoder
by @bruvduroiu , new splitting methods from @simjak
What's Changed
- chore: move pinecone demo by @jamescalam in #154
- feat: Adds VitEncoder for visual transformers by @bruvduroiu in #129
- fix: llm verbose bug by @Siraj-Aizlewood in #157
- docs: WIP Create CONTRIBUTING.md by @Siraj-Aizlewood in #158
- fix: Corrected Linting Procedure in CONTRIBUTING.md by @Siraj-Aizlewood in #162
- fix: Added batches for large dataset training error by @zahid-syed in #161
- feat: openai encoder org id support by @maxyousif15 in #159
- feat: Added ollama.py by @CP500 in #156
- fix: added defaults. mistral added to layer.py by @dwmorris11 in #167
- feat: Rolling window splitter by @simjak in #150
New Contributors
- @zahid-syed made their first contribution in #161
- @maxyousif15 made their first contribution in #159
- @CP500 made their first contribution in #156
Full Changelog: v0.0.22...v0.0.23
v0.0.22
Small hotfix for PineconeIndex
and new notebook in the /docs
demonstrating how to use it.
What's Changed
- feat: Pinecone demo and hotfix by @jamescalam in #153
Full Changelog: v0.0.21...v0.0.22