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/mod.ts>FileCreateParams

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

Properties

file_id: string

A File ID 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.