This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- May 13, 2024
-
-
Siraj Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
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.
-
James Briggs authored
feat: Multiple functions in openai dynamic routes
-
James Briggs authored
-
- May 11, 2024
-
-
James Briggs authored
fix: remove final release from workflow
-
James Briggs authored
-
James Briggs authored
chore: release v0.0.39
-
James Briggs authored
-
- May 10, 2024
-
-
James Briggs authored
-
- May 09, 2024
-
-
James Briggs authored
fix: add namespace to get all for pinecone
-
James Briggs authored
-
- May 08, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- May 07, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Merge branch 'multiple_functions_in_openai_dynamic_routes' of https://github.com/aurelio-labs/semantic-router into multiple_functions_in_openai_dynamic_routes
-
Siraj R Aizlewood authored
-
Siraj Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
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 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.
-