Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
crtejavardhanreddy opened this issue Aug 19, 2024 · 1 comment

Comments

@crtejavardhanreddy
Copy link

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
@mkozakov
Copy link
Collaborator

This should have been addressed, can you please confirm that you're able to run this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants