AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CorporaQueryRequest

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

    Properties

    MetadataFilters

    Declaration
    public MetadataFilter[] MetadataFilters { get; set; }
    Property Value
    Type Description
    MetadataFilter[]

    Query

    Required. Query string to perform semantic search.

    Declaration
    public string Query { get; set; }
    Property Value
    Type Description
    string

    ResultsCount

    Optional. The maximum number of Chunks to return. The service may return fewer Chunks. If unspecified, at most 10 Chunks will be returned. The maximum specified result count is 100.

    Declaration
    public int ResultsCount { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX