Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 564 Bytes

CreateVectorStoreRequestChunkingStrategy.md

File metadata and controls

24 lines (12 loc) · 564 Bytes

CreateVectorStoreRequestChunkingStrategy

The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. Only applicable if file_ids is non-empty.

Properties

Name Type Description Notes
type TypeEnum Always `auto`.
_static StaticChunkingStrategy

Enum: TypeEnum

Name Value
AUTO "auto"
STATIC "static"