This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- May 15, 2024
-
-
James Briggs authored
-
James Briggs authored
-
- Mar 13, 2024
-
-
André Pedersen authored
-
- Mar 02, 2024
-
-
James Briggs authored
-
- Feb 23, 2024
-
-
Simonas authored
-
- Feb 19, 2024
-
-
Bogdan Buduroiu authored
-
- Feb 12, 2024
-
-
dwmorris11 authored
installed poetry and ran make. added mistralai to the pyproject.toml (first time using poetry, nice tool)
-
- Feb 05, 2024
-
-
James Briggs authored
-
- Feb 01, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
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.
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Also commented out splitter code in Conversation class temporarily due to circular reference.
-
- 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.
-
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.
-
Siraj R Aizlewood authored
-