Class UpdateKnowledgeBaseRequest
Inheritance
UpdateKnowledgeBaseRequest
Assembly: Seclai.dll
Syntax
public sealed class UpdateKnowledgeBaseRequest
Properties
DefaultScoreThreshold
Declaration
[JsonPropertyName("default_score_threshold")]
public float? DefaultScoreThreshold { get; set; }
Property Value
DefaultTopK
Declaration
[JsonPropertyName("default_top_k")]
public int? DefaultTopK { get; set; }
Property Value
DefaultTopN
Declaration
[JsonPropertyName("default_top_n")]
public int? DefaultTopN { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
RerankerModel
Declaration
[JsonPropertyName("reranker_model")]
public string? RerankerModel { get; set; }
Property Value
SourceIds
Declaration
[JsonPropertyName("source_ids")]
public List<string>? SourceIds { get; set; }
Property Value