VectorStoreStaticChunkingStrategyRequest interface
A statically configured chunking strategy.
Properties
static | The options for the static chunking strategy. |
type | The object type, which is always 'static'. |
Property Details
static
The options for the static chunking strategy.
static: VectorStoreStaticChunkingStrategyOptions
Property Value
type
The object type, which is always 'static'.
type: "static"
Property Value
"static"