다음을 통해 공유


VectorStoreFileStatus type

벡터 저장소 파일 상태

type VectorStoreFileStatus =
  | "in_progress"
  | "completed"
  | "failed"
  | "cancelled"