langchain/libs/partners/mistralai/langchain_mistralai
Mohammad Mohtashim a37afbe353
mistral[minor]: Added Retrying Mechanism in case of Request Rate Limit Error for MistralAIEmbeddings (#27818)
- **Description:**: In the event of a Rate Limit Error from the
MistralAI server, the response JSON raises a KeyError. To address this,
a simple retry mechanism has been implemented to handle cases where the
request limit is exceeded.
  - **Issue:** #27790

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-12-11 17:53:42 -05:00
..
__init__.py mistralai[minor]: Add embeddings (#15282) 2024-01-16 17:48:37 -08:00
chat_models.py partners/mistralai: Fix KeyError in Vertex AI stream (#28624) 2024-12-09 14:14:58 -05:00
embeddings.py mistral[minor]: Added Retrying Mechanism in case of Request Rate Limit Error for MistralAIEmbeddings (#27818) 2024-12-11 17:53:42 -05:00
py.typed mistralai: Add langchain-mistralai partner package (#14783) 2023-12-19 10:34:19 -05:00