Skip to main content
Module

x/openai/resources/beta/mod.ts>AutoFileChunkingStrategyParam

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface AutoFileChunkingStrategyParam
import { type AutoFileChunkingStrategyParam } from "https://deno.land/x/openai@v4.62.0/resources/beta/mod.ts";

The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400.

Properties

type: "auto"

Always auto.