Table of Contents

Class ChunkingStrategy

Namespace
OpenAI.VectorStores
Assembly
OpenAI-DotNet.dll
public sealed class ChunkingStrategy
Inheritance
ChunkingStrategy
Inherited Members

Constructors

ChunkingStrategy()

public ChunkingStrategy()

ChunkingStrategy(ChunkingStrategyType)

public ChunkingStrategy(ChunkingStrategyType type)

Parameters

type ChunkingStrategyType

Properties

Static

[JsonInclude]
[JsonPropertyName("static")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ChunkingStrategyStatic Static { get; }

Property Value

ChunkingStrategyStatic

Type

[JsonInclude]
[JsonPropertyName("type")]
[JsonConverter(typeof(JsonStringEnumConverter<ChunkingStrategyType>))]
public ChunkingStrategyType Type { get; }

Property Value

ChunkingStrategyType