This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Jul 16, 2024
-
-
tolgadevAI authored
-
- Jul 11, 2024
-
-
Vits authored
-
- Jul 09, 2024
-
-
Vits authored
-
- Jun 20, 2024
-
-
James Briggs authored
-
- Jun 13, 2024
-
-
James Briggs authored
-
James Briggs authored
-
- May 07, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- May 03, 2024
-
-
Siraj R Aizlewood authored
The former is only supported from Python 3.10 onwards and we'd like to support Python 3.9 onwards.
-
Siraj R Aizlewood authored
list is only supported from Python 3.10 onwards, and we'd like to support 3.9 onwards.
-
- Apr 30, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
We don't have OpenAI Function Calling Dynamic Routes as an alternative to regular dynamic routes any more, it is now the default.
-
- Apr 28, 2024
-
-
James Briggs authored
-
- Apr 27, 2024
-
-
James Briggs authored
-
- Apr 26, 2024
-
-
Siraj R Aizlewood authored
-
- Apr 14, 2024
-
-
the-anup-das authored
-
the-anup-das authored
-
- Apr 02, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Updated _semantic_classify_multiple_routes to use the Route thresholds if they exist.
-
Siraj R Aizlewood authored
Created the group_scores_by_class method.
-
- Mar 27, 2024
-
-
Ismail Ashraq authored
-
- Mar 19, 2024
-
-
zahid-syed authored
-
- Mar 17, 2024
-
-
Anush008 authored
-
- Mar 15, 2024
-
-
André Pedersen authored
* Enable to set top_k for RouteLayer * Add top_k unit test for RouteLayer * Added support for setting different aggregation method for HybridRL * Add unit test to verify that aggregation works * Add support for setting aggregation in RouteLayer * Fix bug where agg method not used in RL * Add tests for agg * Linted code * Updated codecov file * Change aggregation method names to lower case --------- Co-authored-by:
James Briggs <35938317+jamescalam@users.noreply.github.com>
-
- Mar 13, 2024
-
-
André Pedersen authored
-
André Pedersen authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
To avoid this: Error: COMMIT: PRs with a single commit require the commit message to conform to the conventional commit spec.
-
Siraj R Aizlewood authored
-
- Mar 11, 2024
-
-
Siraj R Aizlewood authored
Simulation of static routes from dynamic routes now handled in __call__ as this avoids a situation where we have subtly different logic in __call__ compared to _simulate_static_route_selection.
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Introduced _simulate_static_route_selection which simulates static routes, even when dynamic routes are being evaluated in _vec_evaluate(). This was necessary as dynamic routes use text inputs, but we use vector inputs when evaluating for increased performance. Also refactored a little to avoid code duplication between _simulate_static_route_selection() and __call__().
-
- Feb 22, 2024
-
-
dwmorris11 authored
-
dwmorris11 authored
-
- Feb 21, 2024
-
-
Ismail Ashraq authored
-
Ismail Ashraq authored
-
- Feb 20, 2024
-
-
zahid-syed authored
-
zahid-syed authored
-