Skip to content
Snippets Groups Projects
Commit 363ae337 authored by zahid-syed's avatar zahid-syed
Browse files

fixing pytest for PR

parent 80ba0024
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ from pydantic.v1 import PrivateAttr ...@@ -12,7 +12,7 @@ from pydantic.v1 import PrivateAttr
class MistralEncoder(BaseEncoder): 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() embedding_response: Any = PrivateAttr()
mistral_exception: Any = PrivateAttr() mistral_exception: Any = PrivateAttr()
type: str = "mistral" type: str = "mistral"
......
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