import { type AutoFileChunkingStrategyParam } from "https://deno.land/x/openai@v4.61.1/resources/beta/vector-stores/vector-stores.ts";
The default strategy. This strategy currently uses a max_chunk_size_tokens
of
800
and chunk_overlap_tokens
of 400
.