This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- 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 05, 2024
-
-
Siraj R Aizlewood authored
-
James Briggs authored
-
- Feb 01, 2024
-
-
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.
-
Siraj R Aizlewood authored
The split_by_topic was adding the last message from the previous splitting to the current splitting output, resulting in duplicates. I also made the code more readable. Also moved Conversation from schema.py to text.py to avoid cyclic imports.
-
Siraj R Aizlewood authored
Also commented out splitter code in Conversation class temporarily due to circular reference.
-
- Jan 31, 2024
-
-
Siraj R Aizlewood authored
-
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.
-
Siraj R Aizlewood authored
The code was largely copied from splitters.py. We now have code for the consecutive similarity splitter as well as the cumulative similarity splitter.
-
- Jan 26, 2024
-
-
James Briggs authored
-
- Jan 24, 2024
-
-
Ismail Ashraq authored
-
- Jan 16, 2024
-
-
Kenny authored
-
- Jan 13, 2024
-
-
Bogdan Buduroiu authored
-
James Briggs authored
-
- Jan 12, 2024
-
-
hananel authored
-
- Jan 11, 2024
- Jan 10, 2024
- Jan 08, 2024
-
-
James McKeown authored
-
- Jan 07, 2024
-
-
James Briggs authored
-
- Jan 06, 2024
-
-
James Briggs authored
-
James Briggs authored
-
Ismail Ashraq authored
-
- Jan 05, 2024
-
-
Simonas authored
-
- Jan 04, 2024
-
-
Ismail Ashraq authored
-
“Daniel Griffiths” authored
-
- Jan 03, 2024
-
-
“Daniel Griffiths” authored
-
- Jan 02, 2024
-
-
Simonas authored
-
- Dec 27, 2023
-
-
James Briggs authored
-
James Briggs authored
-
- Dec 26, 2023
-
-
James Briggs authored
-
- Dec 21, 2023
-
-
“Daniel Griffiths” authored
-
- Dec 19, 2023
-
-
Simonas authored
-
- Dec 18, 2023
-
-
Simonas authored
-
- Dec 13, 2023
-
-
Simonas authored
-
- Dec 12, 2023
-
-
James Briggs authored
-
- Nov 27, 2023
-
-
Bogdan Buduroiu authored
-
- Nov 22, 2023
-
-
James Briggs authored
-
- Nov 13, 2023
-
-
James Briggs authored
-