DannyGsGit

Results 1 comments of DannyGsGit

This does not appear to be fixed as of: openai==1.3.6 langchain==0.0.343 The issue arises in Langchain's `embeddings.openai` in the [retry chunk](https://github.com/langchain-ai/langchain/blob/a14cf87576ef269346874cb9365fe5c2dac05066/libs/langchain/langchain/embeddings/openai.py#L53C1-L57C76). `retry_if_exception_type(openai.error.Timeout) | retry_if_exception_type(openai.error.APIError) | retry_if_exception_type(openai.error.APIConnectionError) | retry_if_exception_type(openai.error.RateLimitError) | retry_if_exception_type(openai.error.ServiceUnavailableError)...