Discussions

Ask a Question
Back to All

voyage-large-02 is not supported

I used Langchain as a wrapper to access Voyage AI Embedding. I tried to use voyage-large-02 in my local notebook and there was no any issues. But when I deployed it to my CI/CD pipeline, which uses Kubernetes pod as the instance, there's an error said:

Retrying langchain_community.embeddings.voyageai.embed_with_retry.<locals>._embed_with_retry in 10.0 seconds as it raised RuntimeError: Voyage API Error. Message: {"detail": "Model voyage-large-02 is not supported. Supported models are ['voyage-code-2', 'voyage-02', 'voyage-2', 'voyage-01', 'voyage-lite-01', 'voyage-lite-01-instruct', 'voyage-lite-02-instruct']."}.

What was happen? is that a Python version issue or anything else?