Share via


VectorStoreChunkingStrategyResponseOutput type

An abstract representation of a vector store chunking strategy configuration.

type VectorStoreChunkingStrategyResponseOutput =
  | VectorStoreChunkingStrategyResponseOutputParent
  | VectorStoreAutoChunkingStrategyResponseOutput
  | VectorStoreStaticChunkingStrategyResponseOutput