AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class BatchEmbedContentsRequest

    Generates multiple embeddings from the model given input text in a synchronous call.

    Inheritance
    object
    RequestBody
    GenerativeAIRequest
    BatchEmbedContentsRequest
    Inherited Members
    GenerativeAIRequest.Model
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class BatchEmbedContentsRequest : GenerativeAIRequest

    Properties

    Requests

    Required. Embed requests for the batch. The model in each of these requests must match the model specified BatchEmbedContentsRequest.model.

    Declaration
    public EmbedContentRequest[] Requests { get; set; }
    Property Value
    Type Description
    EmbedContentRequest[]
    In this article
    Back to top Generated by DocFX