Skip to main content
Module

x/openai/resources/beta/vector-stores/mod.ts>FileBatches#createAndPoll

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

Create a vector store batch and poll until all files have been processed.

Parameters

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