Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/mod.ts>ThreadCreateParams.ToolResources.FileSearch.VectorStore.Auto

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ThreadCreateParams.ToolResources.FileSearch.VectorStore.Auto
import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/mod.ts";
const { Auto } = ThreadCreateParams.ToolResources.FileSearch.VectorStore;

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.