This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Jul 08, 2024
-
-
James Briggs authored
-
James Briggs authored
-
- Jun 13, 2024
-
-
James Briggs authored
-
- May 20, 2024
-
-
tolgaidev authored
-
- May 15, 2024
-
-
James Briggs authored
-
- May 14, 2024
-
-
theanupllm authored
-
- May 13, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Now no longer requires typehints in the function signature (it wasn't using these anyway, and would break when they weren't included. Also, we now only check if mandatary arguments have been provided in input. None mandatory don't need to be present. Finally, addde a check to ensure that, if there are extra arguments provided in input not present in the signature, then these result in false being returned.
-
- May 07, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- May 06, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Also testing and minor bug fixing in Notebook 04 regarding Conversation object and calling the splitter.
-
Siraj R Aizlewood authored
-
- May 03, 2024
-
-
Siraj R Aizlewood authored
Also making sure that all LLM responses from the base.py prompt are lists.
-
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.
-
- May 02, 2024
-
-
theanupllm authored
-
theanupllm authored
-
- May 01, 2024
-
-
Siraj R Aizlewood authored
See Notebook 02.
-
Siraj R Aizlewood authored
-
- 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 29, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Simplified __call__ in route.py as we don't have 2 separate methods of treating dynamic routes anymore.
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
It was previously (incorrectly) stating that the dynamic route generates functions.
-
- Apr 28, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Also showcasing that other (non-dynamic) routes, and choosing no route work as expected.
-
James Briggs authored
-
James Briggs authored
-
- Apr 26, 2024
-
-
Siraj R Aizlewood authored
-
- Apr 19, 2024
-
-
theanupllm authored
-
- Apr 17, 2024
-
-
James Briggs authored
-
James Briggs authored
-