This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Feb 12, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Mostly just trying to make MyPy happy!
-
- Feb 11, 2024
-
-
James Briggs authored
-
- Feb 10, 2024
-
-
James Briggs authored
-
- Feb 08, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- Feb 07, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- Feb 06, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Also fixed bug in layer.py where we weren't: a) Setting the index_name to a default value. b) Weren't using index_name.
-
Siraj R Aizlewood authored
Making pydantic leave me alone and giving the correct index name.
-
Siraj R Aizlewood authored
Also made sure it's used properly in layer.py.
-
- Jan 29, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
list_route_names for checking current route names. remove for removing route and its associated data..
-
- Jan 27, 2024
-
-
James Briggs authored
-
James Briggs authored
-
- Jan 26, 2024
-
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
- Jan 25, 2024
-
-
Siraj R Aizlewood authored
To tidy up __call__ in RouteLayer.
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
The test TestRouteLayer::test_query_with_no_index was failing because when it ran assert route_layer("Anything").name is None There were no Routes defined yet, and this meant that route = [route for route in self.routes if route.name == top_class][0] was raising an error. If no routes are defined then we can just defualt to RouteChoice().
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- Jan 24, 2024
-
-
Siraj R Aizlewood authored
Created a random_score_threshold_search method in TestRouteSelection for finding optimum score threshold values across all routes, using a random search algorithm. Also created a fit method in RouteLayer for running the random_score_threshold_search and for
-
- Jan 23, 2024
-
-
Siraj R Aizlewood authored
User inputted value was being overruled by hardcoded list.
-
Siraj R Aizlewood authored
-
- Jan 22, 2024
-
-
Arash Mosharraf authored
-
- Jan 18, 2024
-
-
Arash Mosharraf authored
-
- Jan 16, 2024
-
-
Arash Mosharraf authored
-
- Jan 13, 2024
-
-
James Briggs authored
-
- Jan 12, 2024
-
-
hananel authored
-
- Jan 11, 2024
-
-
hananel authored
-
- Jan 10, 2024
-
-
Simonas authored
-