Releases: aurelio-labs/semantic-router
Releases · aurelio-labs/semantic-router
Release v0.0.15
What's Changed
This release is focused on compatibility with popular services while enabling more of the library to be run locally — we are keeping the library lightweight with dependency groups. We have begun implementing classes for Conversation
and Message
objects, these integrate with the new semantic text splitter — which is a key component in enabling chat history for semantic router.
⭐️ PR Highlights
- feat: Add Semantic Splitter by @ashraq1455 in #72
- feat: Add fastembed encoder by @kdcokenny in #68
- feat: Add OpenAI, Cohere and OpenRouter as separate LLMs by @ashraq1455 in #79
👏🏼 New Contributors
- @avatsaev made their first contribution in #54
- @kdcokenny made their first contribution in #68
- @ashraq1455 made their first contribution in #72
- @hananell made their first contribution in #84
PRs
- Update 00-introduction.ipynb by @jamescalam in #45
- Update 01-save-load-from-file.ipynb by @jamescalam in #46
- Update 02-dynamic-routes.ipynb by @jamescalam in #47
- Update 03-basic-langchain-agent.ipynb by @jamescalam in #48
- Update README.md by @jamescalam in #49
- Update README to show latest syntax by @jamescalam in #51
- Fix for failing black lint in docs by @jamescalam in #50
- Adding link to docs by @jamescalam in #52
- Update 00-introduction.ipynb by @avatsaev in #54
- Adding Python versions badge by @jamescalam in #55
- enforcing conventional commits by @simjak in #57
- fix: remove unnecessary files by @simjak in #58
- feat: Add fastembed encoder by @kdcokenny in #68
- feat: Add Semantic Splitter by @ashraq1455 in #72
- fix: Coventional commits for PR titles by @simjak in #74
- feat: Updated function calling example by @simjak in #75
- feat: created fastembed and hybrid dependency groups by @jamescalam in #81
- feat: Add OpenAI, Cohere and OpenRouter as separate LLMs by @ashraq1455 in #79
- fix: Gitignore jetbrains by @hananell in #84
- feat: Move score_threshold to encoders by @ashraq1455 in #82
- fix: James/v0.0.15 by @jamescalam in #85
Full Changelog: v0.0.14...v0.0.15
Release v0.0.14
Release v0.0.11
Merge pull request #32 from aurelio-labs/simonas/assistant OSS Assistant example
Release v0.0.10
Merge pull request #33 from aurelio-labs/luca/fix-on-embeddings-check Fix for embeddings
Release v0.0.9
release 0.0.9
Release v0.0.8
release 0.0.8
Release v0.0.6
Merge pull request #22 from aurelio-labs/james/rename-decisions update to use route rather than decision
Release v0.0.5
What's Changed
- 0.0.4 by @simjak in #12
- Decision Layer unit tests + CI by @bruvduroiu in #14
- Functional tests: capture algo performance by @bruvduroiu in #15
- WIP restructure and testing different decision layer structures by @jamescalam in #8
New Contributors
- @bruvduroiu made their first contribution in #14
Full Changelog: v0.0.4...v0.0.5
Release v0.0.4
Merge pull request #11 from aurelio-labs/simonas/pydantic-versions poetry
Release v0.0.2
Bug fixes