-
- Downloads
installed poetry and ran make. added mistralai to the pyproject.toml (first...
installed poetry and ran make. added mistralai to the pyproject.toml (first time using poetry, nice tool)
Showing
- pyproject.toml 1 addition, 0 deletionspyproject.toml
- semantic_router/encoders/__init__.py 1 addition, 1 deletionsemantic_router/encoders/__init__.py
- semantic_router/encoders/mistral.py 15 additions, 13 deletionssemantic_router/encoders/mistral.py
- semantic_router/llms/__init__.py 9 additions, 2 deletionssemantic_router/llms/__init__.py
- semantic_router/schema.py 3 additions, 2 deletionssemantic_router/schema.py
- semantic_router/splitters/base.py 1 addition, 0 deletionssemantic_router/splitters/base.py
- semantic_router/splitters/consecutive_sim.py 4 additions, 2 deletionssemantic_router/splitters/consecutive_sim.py
- semantic_router/splitters/cumulative_sim.py 4 additions, 2 deletionssemantic_router/splitters/cumulative_sim.py
- semantic_router/text.py 5 additions, 6 deletionssemantic_router/text.py
- tests/unit/encoders/test_mistral.py 11 additions, 4 deletionstests/unit/encoders/test_mistral.py
- tests/unit/llms/test_llm_mistral.py 6 additions, 2 deletionstests/unit/llms/test_llm_mistral.py
- tests/unit/test_splitters.py 5 additions, 5 deletionstests/unit/test_splitters.py
- tests/unit/test_text.py 9 additions, 5 deletionstests/unit/test_text.py
Loading
Please register or sign in to comment