cohere-python
cohere-python copied to clipboard
Unable to add the documents to the vector store as I am getting Internal server error
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.
- 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 :