import { VectorStoreFile } from "https://deno.land/x/openai@v4.38.5/resources/beta/vector-stores/mod.ts";
Interfaces
The last error associated with this vector store file. Will be |
import { type VectorStoreFile } from "https://deno.land/x/openai@v4.38.5/resources/beta/vector-stores/mod.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 total vector store usage in bytes. Note that this may be different from the original file size.
The ID of the vector store that the File is attached to.