Search Results for

    Show / Hide Table of Contents

    Class UpdateKnowledgeBaseRequest

    Inheritance
    object
    UpdateKnowledgeBaseRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class UpdateKnowledgeBaseRequest

    Properties

    DefaultScoreThreshold

    Declaration
    [JsonPropertyName("default_score_threshold")]
    public float? DefaultScoreThreshold { get; set; }
    Property Value
    Type Description
    float?

    DefaultTopK

    Declaration
    [JsonPropertyName("default_top_k")]
    public int? DefaultTopK { get; set; }
    Property Value
    Type Description
    int?

    DefaultTopN

    Declaration
    [JsonPropertyName("default_top_n")]
    public int? DefaultTopN { get; set; }
    Property Value
    Type Description
    int?

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string

    RerankerModel

    Declaration
    [JsonPropertyName("reranker_model")]
    public string? RerankerModel { get; set; }
    Property Value
    Type Description
    string

    SourceIds

    Declaration
    [JsonPropertyName("source_ids")]
    public List<string>? SourceIds { get; set; }
    Property Value
    Type Description
    List<string>
    In this article
    Back to top Generated by DocFX