This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- May 14, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
The newer version of cohere can return incorrect types.
-
Siraj R Aizlewood authored
Need to specify texts is the first arg for cohere v^5.00.
-
James Briggs authored
-
Ismail Ashraq authored
-
Ismail Ashraq authored
-
theanupllm authored
-
- May 11, 2024
-
-
James Briggs authored
-
- May 09, 2024
-
-
James Briggs authored
-
- May 07, 2024
-
-
Siraj R Aizlewood authored
-
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
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
This reverts commit 47a0fa3d.
-
- May 05, 2024
-
-
Siraj R Aizlewood authored
If a single function schema is provided for a Route, then we use OpenAIs inbuilt function calling to determine arguments from the utterance. if more than one function schema is provided then we use our custom prompt.
-
- May 04, 2024
-
-
Kurtis Massey authored
-
- May 03, 2024
-
-
Kurtis Massey authored
-
Siraj R Aizlewood authored
Also making sure that all LLM responses from the base.py prompt are lists.
-
Kurtis Massey authored
-
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.
-
Siraj R Aizlewood authored
-
James Briggs authored
-
- May 02, 2024
-
-
James Briggs authored
-
James Briggs authored
-
theanupllm authored
-
theanupllm authored
-
- May 01, 2024
-
-
Siraj R Aizlewood authored
See Notebook 02.
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
_validate_single_function_inputs has much the same logic as the original is_valid_inputs function.
-
- 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
-
Siraj R Aizlewood authored
-