Some Jina models support image inputs: jina-clip series + jina-embeddings-v4. It would be nice to have a component that supports them via their API. 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://jina.ai/models/jina-embeddings-v4 - https://jina.ai/api-dashboard/embedding --- ### 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] https://github.com/deepset-ai/haystack-integrations/pull/354 - [x] #2244
Some Jina models support image inputs: jina-clip series + jina-embeddings-v4.
It would be nice to have a component that supports them via their API.
Refer to
SentenceTransformersDocumentImageEmbedderfor the implementation.Relevant info:
Tasks
mainbranchJinaDocumentImageEmbedderdocs #2244