Share via


VectorStoreChunkingStrategyRequest type

An abstract representation of a vector store chunking strategy configuration.

type VectorStoreChunkingStrategyRequest =
  | VectorStoreChunkingStrategyRequestParent
  | VectorStoreAutoChunkingStrategyRequest
  | VectorStoreStaticChunkingStrategyRequest