Skip to content

Releases: aurelio-labs/semantic-router

v0.0.17

17 Jan 13:24
2fa3eb3
Compare
Choose a tag to compare

Primarily bug fix for llama.cpp ModuleNotFoundError

What's Changed

New Contributors

Full Changelog: v0.0.16...v0.0.17

Release v0.0.16

14 Jan 13:35
b4ad4d7
Compare
Choose a tag to compare

As part of the latest updates to the Semantic Router, we've made significant strides in enhancing its capabilities and compatibility:

  • Full Local Support: We've added support for Local LLMs via LlamaCpp so that we can run dynamic routes fully local. Our initial tests show Mistral 7B with our grammar implementation to outperform GPT-3.5 as a dynamic route decision maker.

  • New Encoder Integrations: We're excited to announce the addition of the HuggingFace, TFIDF, and Azure OpenAI Encoders. These integrations significantly expand the router's ability to interface with a variety of language models.

  • Enhanced Python Compatibility: In this release, we've ensured backward-compatibility with Python 3.9, we expect to add full compatibility for Python 3.12 soon.

These developments reflect our ongoing effort to enhance the Semantic Router's language processing abilities and its adaptability across various platforms. We're proud to bring these features to our community and are grateful for the contributions from new and existing contributors.

New Contributors

What's Changed

Full Changelog: v0.0.15...v0.0.16

Release v0.0.15

07 Jan 23:04
b8f4a00
Compare
Choose a tag to compare

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

👏🏼 New Contributors

PRs

Full Changelog: v0.0.14...v0.0.15

Release v0.0.14

20 Dec 15:38
8367af8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

Release v0.0.11

18 Dec 10:26
da1596a
Compare
Choose a tag to compare
Merge pull request #32 from aurelio-labs/simonas/assistant

OSS Assistant example

Release v0.0.10

18 Dec 08:27
bfbf10b
Compare
Choose a tag to compare
Merge pull request #33 from aurelio-labs/luca/fix-on-embeddings-check

Fix for embeddings

Release v0.0.9

15 Dec 13:44
Compare
Choose a tag to compare
release 0.0.9

Release v0.0.8

14 Dec 09:20
Compare
Choose a tag to compare
release 0.0.8

Release v0.0.6

13 Dec 10:46
3cf2ce4
Compare
Choose a tag to compare
Merge pull request #22 from aurelio-labs/james/rename-decisions

update to use route rather than decision

Release v0.0.5

11 Dec 11:21
4a81de1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5