Cohere embedding models (>=v3.0) support image inputs. 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. Relevant info: - https://docs.cohere.com/docs/cohere-embed - https://docs.cohere.com/v2/reference/embed --- ### Tasks - [x] The code is documented with docstrings and was merged in the `main` branch - [x] The package has been released on PyPI - [x] The integration has been listed in the [Inventory section](https://github.com/deepset-ai/haystack-core-integrations#inventory) of this repo README - [x] #2195 - [x] https://github.com/deepset-ai/haystack-integrations/pull/353
Cohere embedding models (>=v3.0) support image inputs.
It would be nice to have a component that supports them.
Refer to
SentenceTransformersDocumentImageEmbedderfor the implementation.Relevant info:
Tasks
mainbranch