Share via


VectorStoreAutoChunkingStrategyRequest Class

Definition

The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400.

public class VectorStoreAutoChunkingStrategyRequest : Azure.AI.Projects.VectorStoreChunkingStrategyRequest, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.VectorStoreAutoChunkingStrategyRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.VectorStoreAutoChunkingStrategyRequest>
type VectorStoreAutoChunkingStrategyRequest = class
    inherit VectorStoreChunkingStrategyRequest
    interface IJsonModel<VectorStoreAutoChunkingStrategyRequest>
    interface IPersistableModel<VectorStoreAutoChunkingStrategyRequest>
Public Class VectorStoreAutoChunkingStrategyRequest
Inherits VectorStoreChunkingStrategyRequest
Implements IJsonModel(Of VectorStoreAutoChunkingStrategyRequest), IPersistableModel(Of VectorStoreAutoChunkingStrategyRequest)
Inheritance
VectorStoreAutoChunkingStrategyRequest
Implements

Constructors

VectorStoreAutoChunkingStrategyRequest()

Initializes a new instance of VectorStoreAutoChunkingStrategyRequest.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VectorStoreAutoChunkingStrategyRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VectorStoreAutoChunkingStrategyRequest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VectorStoreChunkingStrategyRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from VectorStoreChunkingStrategyRequest)
IJsonModel<VectorStoreChunkingStrategyRequest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from VectorStoreChunkingStrategyRequest)
IPersistableModel<VectorStoreAutoChunkingStrategyRequest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreAutoChunkingStrategyRequest>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VectorStoreAutoChunkingStrategyRequest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VectorStoreChunkingStrategyRequest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from VectorStoreChunkingStrategyRequest)
IPersistableModel<VectorStoreChunkingStrategyRequest>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from VectorStoreChunkingStrategyRequest)
IPersistableModel<VectorStoreChunkingStrategyRequest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from VectorStoreChunkingStrategyRequest)

Applies to