import { VectorStoreFile } from "https://deno.land/x/openai@v4.38.3/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.3/resources/beta/vector-stores/mod.ts";
A list of files attached to a vector store.
Properties
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.