VectorStoreAutoChunkingStrategy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
VectorStoreAutoChunkingStrategy() |
Initializes a new instance of VectorStoreAutoChunkingStrategy. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |