Retrying langchain.embeddings.openai.embed_with_retry
aycajr opened this issue · 0 comments
When running ingest_data.py to ingest the data, I get the following error when OpenAI status is all green... no issues. Also I ran the code in different times of the day, just in case:
Retrying langchain.embeddings.openai.embed_with_retry.._embed_with_retry in 4.0 seconds as it raised APIError: The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error. (Please include the request ID 3a92183052098211fba2ce6f46c62794f9 in your email.)
500 {'error': {'message': 'The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error.
I am not able to send them a message. Any ideas? Thanks.
aycajr