Class VertexAiMultimodalEmbeddingModel

java.lang.Object
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModel
All Implemented Interfaces:
DocumentEmbeddingModel, Model<DocumentEmbeddingRequest,EmbeddingResponse>

public class VertexAiMultimodalEmbeddingModel extends Object implements DocumentEmbeddingModel
Implementation of the Vertex AI Multimodal Embedding Model. Note: This implementation is not yet fully functional and is subject to change.
Since:
1.0.0
Author:
Christian Tzolov, Mark Pollack