This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Mar 20, 2024
-
-
zahid-syed authored
-
zahid-syed authored
-
Anush008 authored
-
- Mar 19, 2024
-
-
zahid-syed authored
-
Anush008 authored
-
- Mar 18, 2024
- Mar 17, 2024
-
-
Anush008 authored
-
- Mar 15, 2024
-
-
James Briggs authored
-
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 14, 2024
-
-
Ismail Ashraq authored
-
zahid-syed authored
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Anush008 authored
-
- Mar 13, 2024
-
-
André Pedersen authored
-
André Pedersen authored
-
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 12, 2024
-
-
zahid-syed authored
-
zahid-syed 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.
-
zahid-syed authored
-
zahid-syed authored
-
zahid-syed authored
-
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__().
-
- Mar 09, 2024
-
-
zahid-syed authored
-
- Mar 08, 2024
-
-
bdqfork authored
-