This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Feb 14, 2024
-
-
James Briggs authored
feat: separate indexes and PineconeIndex
-
- Feb 13, 2024
-
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
- Feb 12, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Using index.describe instead of shape[].
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
The RouteLayer.categories() attribute has been removed, removing parts that reference this attribute form the tests.
-
Siraj R Aizlewood authored
RouteLayer.remove() renamed to delete().
-
Siraj R Aizlewood authored
Merge branch 'indices_classes' of https://github.com/aurelio-labs/semantic-router into indices_classes
-
Siraj R Aizlewood authored
-
Siraj Aizlewood authored
-
Siraj R Aizlewood authored
Mostly just trying to make MyPy happy!
-
James Briggs authored
feat: Added support for MistralAI API. This includes a
-
dwmorris11 authored
-
dwmorris11 authored
-
Siraj R Aizlewood authored
Rather than is_index_populated.
-
dwmorris11 authored
-
dwmorris11 authored
-
dwmorris11 authored
installed poetry and ran make. added mistralai to the pyproject.toml (first time using poetry, nice tool)
-
Dustin Morris authored
-
- Feb 11, 2024
-
-
James Briggs authored
fix: issue #94 added from clause to the exception statement in
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
dwmorris11 authored
the __call__ method of the Zure class to make it more informative
-
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 10, 2024
-
-
James Briggs authored
-
- Feb 08, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
- Feb 07, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
It's defined in the BaseIndex which LocalIndex inherits anyway
-
Siraj R Aizlewood authored
-
- Feb 06, 2024
-
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
-
Siraj R Aizlewood authored
Also fixed bug in layer.py where we weren't: a) Setting the index_name to a default value. b) Weren't using index_name.
-
Siraj R Aizlewood authored
Making pydantic leave me alone and giving the correct index name.
-