Table of Contents

Class TextPartitioningProfile

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Vectorization
Assembly
FoundationaLLM.Common.dll

Provides details about a text partitioning profile.

public class TextPartitioningProfile : VectorizationProfileBase
Inheritance
TextPartitioningProfile
Inherited Members
Extension Methods

Properties

TextSplitter

The type of the text splitter.

[JsonPropertyName("text_splitter")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public required TextSplitterType TextSplitter { get; set; }

Property Value

TextSplitterType