import { VectorStoreFileBatch } from "https://deno.land/x/openai@v4.38.5/resources/beta/vector-stores/file-batches.ts";
import { type VectorStoreFileBatch } from "https://deno.land/x/openai@v4.38.5/resources/beta/vector-stores/file-batches.ts";
A batch of files attached to a vector store.
Properties
The Unix timestamp (in seconds) for when the vector store files batch was created.
file_counts: VectorStoreFileBatch.FileCounts
The status of the vector store files batch, which can be either in_progress
,
completed
, cancelled
or failed
.
The ID of the vector store that the File is attached to.