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
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,7 @@ class MistralEncoder(BaseEncoder): ...@@ -13,8 +13,7 @@ class MistralEncoder(BaseEncoder):
"""Class to encode text using MistralAI""" """Class to encode text using MistralAI"""
_client: Any = PrivateAttr() _client: Any = PrivateAttr()
_embedding_response: Any = PrivateAttr() _mistralai: Any = PrivateAttr()
_mistral_exception: Any = PrivateAttr()
type: str = "mistral" type: str = "mistral"
def __init__( def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment