Amazon.titan-embed-text-v1 model identifier is invalid error
Amazon.titan-embed-text-v1 model identifier is invalid error
At a glance
The community member is trying to create embeddings using the amazon.titan-embed-text-v1 model, but is facing a ValidationException error. Another community member shares some code using the BedrockEmbedding class from the llama_index library, but encounters a similar InvokeModel error. The issue is resolved by using the correct model_name parameter when initializing the BedrockEmbedding instance. The community members confirm that the issue is now resolved.
Hello, I am trying to create embeddings using amazon.titan-embed-text-v1, I have access to it I have checked it through code as well. However creating embeddings is not happening I have exceutive permission also.
This is the error I am facing please help. ValidationException: An error occurred (ValidationException) when calling the InvokeModel operation: The provided model identifier is invalid.