Customize your own chunking strategy by setting chunk size and chunk overlap.

interface StaticFileChunkingStrategyObjectParam {
    static: StaticFileChunkingStrategy;
    type: "static";
}

Properties

Properties

type: "static"

Always static.