Represents an instance for generating embeddings using the Google Vertex AI API. It contains the content to be embedded.

interface GoogleEmbeddingsInstance {
    content: string;
}

Properties

Properties

content: string