Share via


VectorStoreStaticChunkingStrategyRequest interface

A statically configured chunking strategy.

Extends

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"