import { VectorStoreFile } from "https://deno.land/x/openai@v4.38.3/resources/beta/vector-stores/files.ts";
Interfaces
The last error associated with this vector store file. Will be |
import { type VectorStoreFile } from "https://deno.land/x/openai@v4.38.3/resources/beta/vector-stores/files.ts";
A list of files attached to a vector store.
Properties
last_error: VectorStoreFile.LastError | null
The last error associated with this vector store file. Will be null
if there
are no errors.
The status of the vector store file, which can be either in_progress
,
completed
, cancelled
, or failed
. The status completed
indicates that the
vector store file is ready for use.
The ID of the vector store that the File is attached to.