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

x/openai/resources/beta/vector-stores/file-batches.ts>FileBatchCreateParams

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace FileBatchCreateParams
import { FileBatchCreateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/vector-stores/file-batches.ts";
interface FileBatchCreateParams
import { type FileBatchCreateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/vector-stores/file-batches.ts";

Properties

file_ids: Array<string>

A list of File IDs that the vector store should use. Useful for tools like file_search that can access files.

The chunking strategy used to chunk the file(s). If not set, will use the auto strategy.