From df560861ae27a48ce7142f33a347f4c44d4e1dfb Mon Sep 17 00:00:00 2001
From: Zahid Syed <98535579+zahid-syed@users.noreply.github.com>
Date: Thu, 14 Mar 2024 12:10:03 -0400
Subject: [PATCH] Update semantic_router/encoders/mistral.py

Co-authored-by: Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
---
 semantic_router/encoders/mistral.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/semantic_router/encoders/mistral.py b/semantic_router/encoders/mistral.py
index b45603bb..06d4e68d 100644
--- a/semantic_router/encoders/mistral.py
+++ b/semantic_router/encoders/mistral.py
@@ -25,11 +25,7 @@ class MistralEncoder(BaseEncoder):
         if name is None:
             name = EncoderDefault.MISTRAL.value["embedding_model"]
         super().__init__(name=name, score_threshold=score_threshold)
-        (
-            self._client,
-            self._embedding_response,
-            self._mistral_exception,
-        ) = self._initialize_client(mistralai_api_key)
+           self._client, self._mistralai = self._initialize_client(mistralai_api_key)
 
     def _initialize_client(self, api_key):
         try:
-- 
GitLab