-
- Downloads
Merge pull request #142 from dwmorris11/mistralaiapi
feat: Added support for MistralAI API. This includes a
No related branches found
No related tags found
Showing
- coverage.xml 980 additions, 418 deletionscoverage.xml
- poetry.lock 79 additions, 4 deletionspoetry.lock
- pyproject.toml 1 addition, 0 deletionspyproject.toml
- semantic_router/encoders/__init__.py 2 additions, 0 deletionssemantic_router/encoders/__init__.py
- semantic_router/encoders/mistral.py 57 additions, 0 deletionssemantic_router/encoders/mistral.py
- semantic_router/llms/__init__.py 9 additions, 1 deletionsemantic_router/llms/__init__.py
- semantic_router/llms/mistral.py 56 additions, 0 deletionssemantic_router/llms/mistral.py
- semantic_router/schema.py 7 additions, 0 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 124 additions, 0 deletionstests/unit/encoders/test_mistral.py
- tests/unit/llms/test_llm_mistral.py 57 additions, 0 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