This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Mar 14, 2024
-
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
Zahid Syed authored
Co-authored-by:
Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
-
- Mar 12, 2024
-
-
zahid-syed authored
-
zahid-syed authored
-
- Mar 11, 2024
-
-
zahid-syed authored
-
zahid-syed authored
-
zahid-syed authored
-
- Mar 09, 2024
-
-
zahid-syed authored
-
- Mar 07, 2024
-
-
szelesaron authored
-
- Mar 06, 2024
-
-
szelesaron authored
-
- Mar 02, 2024
-
-
James Briggs authored
-
James Briggs authored
-
- Feb 27, 2024
- Feb 25, 2024
-
-
James Briggs authored
-
James Briggs authored
-
- Feb 22, 2024
-
-
dwmorris11 authored
-
- Feb 21, 2024
-
-
Siraj R Aizlewood authored
-
- Feb 20, 2024
-
-
maxyousif15 authored
-
- Feb 19, 2024
-
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
maxyousif15 authored
-
maxyousif15 authored
-
Bogdan Buduroiu authored
-
Bogdan Buduroiu authored
-
Bogdan Buduroiu authored
-
- Feb 12, 2024
-
-
dwmorris11 authored
-
dwmorris11 authored
-
dwmorris11 authored
installed poetry and ran make. added mistralai to the pyproject.toml (first time using poetry, nice tool)
-
- Feb 11, 2024
-
-
dwmorris11 authored
new encoder and a new LLMS. The encoder is a simple wrapper around the MistralAI API, and the LLMS is a simple wrapper around the encoder. The encoder is tested with a simple unit test, and the LLMS is tested with a simple unit test.
-
- Feb 01, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Changes to the code meant we needed to change some pytests. New pytests added for Conversation splitter method. Also fixed a bug in cumulative_sim.py where we weren't limiting curr_split_docs to only latter docs after a split.
-
- Jan 31, 2024
-
-
Siraj R Aizlewood authored
Ensured that splitters embed in the __call__ method, rather than on initialization. Also updated the Conversation class to uttilize splitters in assigning topic ids to Messages as the list of Messages grows.
-