import { type StaticFileChunkingStrategy } from "https://deno.land/x/openai@v4.69.0/resources/beta/vector-stores/vector-stores.ts";
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
.