cohere-python icon indicating copy to clipboard operation
cohere-python copied to clipboard

Unable to add the documents to the vector store as I am getting Internal server error

Open crtejavardhanreddy opened this issue 1 year ago • 0 comments

SDK Version (required) Provide the version you are using. To get the version, run the following python snippet

import cohere

print(cohere.__version__) # 5.6.1

Describe the bug A clear and concise description of what the bug is.

  1. 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'}.
  2. 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.

  1. Code : image
  2. Error : image

crtejavardhanreddy avatar Aug 19 '24 11:08 crtejavardhanreddy