Bedrock supports the following multimodal embedding models: - [Cohere Embed](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-embed.html) - [Amazon Titan Multimodal Embeddings G1](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-titan-embed-mm.html) It would be nice to have a component that supports them. Refer to [`SentenceTransformersDocumentImageEmbedder`](https://github.com/deepset-ai/haystack/blob/main/haystack/components/embedders/image/sentence_transformers_doc_image_embedder.py) for the implementation.
Bedrock supports the following multimodal embedding models:
It would be nice to have a component that supports them.
Refer to
SentenceTransformersDocumentImageEmbedderfor the implementation.