From 704ab01e41aafca556d58e87157e369802db7849 Mon Sep 17 00:00:00 2001 From: Zahid Syed <98535579+zahid-syed@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:09:34 -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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/semantic_router/encoders/mistral.py b/semantic_router/encoders/mistral.py index 6acadbb3..c515508e 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__( -- GitLab