Class StartSourceEmbeddingMigrationRequest
Inheritance
StartSourceEmbeddingMigrationRequest
Assembly: Seclai.dll
Syntax
public sealed class StartSourceEmbeddingMigrationRequest
Properties
ChunkLanguage
Declaration
[JsonPropertyName("chunk_language")]
public string? ChunkLanguage { get; set; }
Property Value
ChunkOverlap
Declaration
[JsonPropertyName("chunk_overlap")]
public int? ChunkOverlap { get; set; }
Property Value
ChunkRegexSeparators
Declaration
[JsonPropertyName("chunk_regex_separators")]
public bool? ChunkRegexSeparators { get; set; }
Property Value
ChunkSeparators
Declaration
[JsonPropertyName("chunk_separators")]
public string? ChunkSeparators { get; set; }
Property Value
ChunkSize
Declaration
[JsonPropertyName("chunk_size")]
public int? ChunkSize { get; set; }
Property Value
NotificationRecipients
Declaration
[JsonPropertyName("notification_recipients")]
public List<string>? NotificationRecipients { get; set; }
Property Value
TargetDimensions
Declaration
[JsonPropertyName("target_dimensions")]
public int TargetDimensions { get; set; }
Property Value
TargetEmbeddingModel
Declaration
[JsonPropertyName("target_embedding_model")]
public string? TargetEmbeddingModel { get; set; }
Property Value