You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK Version (required)
Provide the version you are using. To get the version, run the following python snippet
importcohereprint(cohere.__version__) # 5.6.1
Describe the bug
A clear and concise description of what the bug is.
Getting Internal server Error Retrying langchain_cohere.embeddings.CohereEmbeddings.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised InternalServerError: status_code: 500, body: {'message': 'internal server error, this has been reported to our developers. id b8361921-90ee-4ce3-aa18-f2bdda5a6a8b'}.
This is my code that I am using for the adding data and I am using embed-english-v2.0 as 4096 dimensions
Screenshots
If applicable, add screenshots to help explain your problem.
Code :
Error :
The text was updated successfully, but these errors were encountered:
SDK Version (required)
Provide the version you are using. To get the version, run the following python snippet
Describe the bug
A clear and concise description of what the bug is.
Retrying langchain_cohere.embeddings.CohereEmbeddings.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised InternalServerError: status_code: 500, body: {'message': 'internal server error, this has been reported to our developers. id b8361921-90ee-4ce3-aa18-f2bdda5a6a8b'}.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: