diff --git a/semantic_router/encoders/mistral.py b/semantic_router/encoders/mistral.py
index 6acadbb345eadfbd422d135009a29db1b3c06e13..c515508e7a3819104c01662936efce415346f2b2 100644
--- a/semantic_router/encoders/mistral.py
+++ b/semantic_router/encoders/mistral.py
@@ -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__(