Skip to main content
Module

x/openai/resources/beta/vector-stores/files.ts>Files#createAndPoll

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Files.prototype.createAndPoll
import { Files } from "https://deno.land/x/openai@v4.58.1/resources/beta/vector-stores/files.ts";

Attach a file to the given vector store and wait for it to be processed.

Parameters

vectorStoreId: string
optional
options: Core.RequestOptions & { pollIntervalMs?: number; }