AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SemanticRetrieverChunk

    Identifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig.

    Inheritance
    object
    SemanticRetrieverChunk
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class SemanticRetrieverChunk

    Properties

    Chunk

    Output only. Name of the Chunk containing the attributed text.

    Example: corpora/123/documents/abc/chunks/xyz

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

    Source

    Output only. Name of the source matching the request's SemanticRetrieverConfig.source.

    Example: corpora/123 or corpora/123/documents/abc

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