Share via


VectorStoreFile.ChunkingStrategy Property

Definition

The strategy used to chunk the file. Please note VectorStoreChunkingStrategyResponse is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include VectorStoreAutoChunkingStrategyResponse and VectorStoreStaticChunkingStrategyResponse.

public Azure.AI.Projects.VectorStoreChunkingStrategyResponse ChunkingStrategy { get; }
member this.ChunkingStrategy : Azure.AI.Projects.VectorStoreChunkingStrategyResponse
Public ReadOnly Property ChunkingStrategy As VectorStoreChunkingStrategyResponse

Property Value

Applies to