This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- 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
-
Siraj R Aizlewood authored
Merge branch 'optimal_route_level_score_thresholds' of https://github.com/aurelio-labs/semantic-router into optimal_route_level_score_thresholds
-
Siraj 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
-
James Briggs authored
James/0018
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
feat: Return triggered flag in response
-
Ismail Ashraq authored
-
Ismail Ashraq authored
-
Ismail Ashraq authored
-
Ismail Ashraq authored
-
- Jan 23, 2024
-
-
Siraj R Aizlewood authored
User inputted value was being overruled by hardcoded list.
-
Siraj R Aizlewood authored
-
James Briggs authored
feat: Added AzureOpenAILLM
-
James Briggs authored
-
James Briggs authored
-
- Jan 22, 2024
-
-
Arash Mosharraf authored
Merge branch 'azure-dyn-route-fix' of https://github.com/arashaga/semantic-router into azure-dyn-route-fix
-
Arash Mosharraf authored
-
Arash Mosharraf authored
-
James Briggs authored
-
Arash Mosharraf authored
Merge branch 'azure-dyn-route-fix' of https://github.com/arashaga/semantic-router into azure-dyn-route-fix
-
Arash Mosharraf authored
-
- Jan 21, 2024
-
-
James Briggs authored
chore: update README.md and add course
-
James Briggs authored
-
James Briggs authored
-
- Jan 20, 2024
-
-
James Briggs authored
-
- Jan 18, 2024
-
-
Arash Mosharraf authored
-
James Briggs authored
feat: Allow Pydantic V2+
-
- Jan 17, 2024
-
-
James Briggs authored
-
Simonas Jakubonis authored
chore: Update for version
-
Simonas authored
-