Package version:

Interface VectorStoreAutoChunkingStrategyResponse

This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy concept was introduced in the API.

interface VectorStoreAutoChunkingStrategyResponse {
    type: "other";
}

Hierarchy (view full)

Properties

Properties

type

The object type, which is always 'other'.