import { type FileCreateParams } from "https://deno.land/x/openai@v4.52.7/resources/beta/vector-stores/mod.ts";
const { Static } = FileCreateParams.StaticChunkingStrategyRequestParam;
Properties
The number of tokens that overlap between chunks. The default value is 400
.
Note that the overlap must not exceed half of max_chunk_size_tokens
.