Skip to content
Snippets Groups Projects
Unverified Commit 704ab01e authored by Zahid Syed's avatar Zahid Syed Committed by GitHub
Browse files

Update semantic_router/encoders/mistral.py

parent 07b7c6a3
Branches
Tags
No related merge requests found
......@@ -13,8 +13,7 @@ class MistralEncoder(BaseEncoder):
"""Class to encode text using MistralAI"""
_client: Any = PrivateAttr()
_embedding_response: Any = PrivateAttr()
_mistral_exception: Any = PrivateAttr()
_mistralai: Any = PrivateAttr()
type: str = "mistral"
def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment