Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/aurelio-labs/semantic-router. Pull mirroring updated .
  1. Mar 14, 2024
  2. Mar 12, 2024
  3. Mar 11, 2024
  4. Mar 09, 2024
  5. Mar 07, 2024
  6. Mar 06, 2024
  7. Mar 02, 2024
  8. Feb 27, 2024
  9. Feb 25, 2024
  10. Feb 22, 2024
  11. Feb 21, 2024
  12. Feb 20, 2024
  13. Feb 19, 2024
  14. Feb 12, 2024
  15. Feb 11, 2024
    • dwmorris11's avatar
      Added support for MistralAI API. This includes a · 89faa38e
      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.
      89faa38e
  16. Feb 01, 2024
  17. Jan 31, 2024
    • Siraj R Aizlewood's avatar
      Updated Splitters and Conversation Class · ef68e6b2
      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.
      ef68e6b2
Loading