AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class RelevantChunk

    The information for a chunk relevant to a query.

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

    Properties

    Chunk

    Chunk associated with the query.

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

    ChunkRelevanceScore

    Chunk relevance to the query.

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