Поделиться через


VectorStoreAutoChunkingStrategy Class

Definition

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

public class VectorStoreAutoChunkingStrategy : Azure.AI.Agents.Persistent.VectorStoreChunkingStrategy, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.VectorStoreAutoChunkingStrategy>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.VectorStoreAutoChunkingStrategy>
type VectorStoreAutoChunkingStrategy = class
    inherit VectorStoreChunkingStrategy
    interface IJsonModel<VectorStoreAutoChunkingStrategy>
    interface IPersistableModel<VectorStoreAutoChunkingStrategy>
Public Class VectorStoreAutoChunkingStrategy
Inherits VectorStoreChunkingStrategy
Implements IJsonModel(Of VectorStoreAutoChunkingStrategy), IPersistableModel(Of VectorStoreAutoChunkingStrategy)
Inheritance
VectorStoreAutoChunkingStrategy
Implements

Constructors

VectorStoreAutoChunkingStrategy()

Initializes a new instance of VectorStoreAutoChunkingStrategy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VectorStoreAutoChunkingStrategy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VectorStoreAutoChunkingStrategy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VectorStoreChunkingStrategy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from VectorStoreChunkingStrategy)
IPersistableModel<VectorStoreAutoChunkingStrategy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreAutoChunkingStrategy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VectorStoreAutoChunkingStrategy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VectorStoreChunkingStrategy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from VectorStoreChunkingStrategy)

Applies to