import { type VectorStoreFile } from "https://deno.land/x/openai@v4.56.0/resources/beta/vector-stores/files.ts";
const { Static } = VectorStoreFile.Static;
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
.
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
.