Converts the response from Google Vertex AI to embeddings.
responseToEmbeddings(
response: GoogleVertexAILLMResponse<GoogleVertexAIMultimodalEmbeddingsResults>
): MediaEmbeddings[]| Name | Type | Description |
|---|---|---|
response* | GoogleVertexAILLMResponse<GoogleVertexAIMultimodalEmbeddingsResults> | The response from Google Vertex AI. |