Search Results for

    Show / Hide Table of Contents

    Class StartSourceEmbeddingMigrationRequest

    Inheritance
    object
    StartSourceEmbeddingMigrationRequest
    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 StartSourceEmbeddingMigrationRequest

    Properties

    ChunkLanguage

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

    ChunkOverlap

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

    ChunkRegexSeparators

    Declaration
    [JsonPropertyName("chunk_regex_separators")]
    public bool? ChunkRegexSeparators { get; set; }
    Property Value
    Type Description
    bool?

    ChunkSeparators

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

    ChunkSize

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

    NotificationRecipients

    Declaration
    [JsonPropertyName("notification_recipients")]
    public List<string>? NotificationRecipients { get; set; }
    Property Value
    Type Description
    List<string>

    TargetDimensions

    Declaration
    [JsonPropertyName("target_dimensions")]
    public int TargetDimensions { get; set; }
    Property Value
    Type Description
    int

    TargetEmbeddingModel

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