UploadedFile
Upgather SDK / UploadedFile
Interface: UploadedFile
Defined in: lib/services/VectorStoreService.ts:38
Represents the response from when a file is uploaded to the vector store
Remarks
This interface provides type safety without requiring the OpenAI package as a dependency. It includes the most commonly used fields from the upload response.
Properties
bytes?
optionalbytes:number
Defined in: lib/services/VectorStoreService.ts:44
created_at
created_at:
number
Defined in: lib/services/VectorStoreService.ts:42
filename
filename:
string
Defined in: lib/services/VectorStoreService.ts:40
id
id:
string
Defined in: lib/services/VectorStoreService.ts:39
object
object:
string
Defined in: lib/services/VectorStoreService.ts:41
purpose
purpose:
string
Defined in: lib/services/VectorStoreService.ts:43
status?
optionalstatus:string
Defined in: lib/services/VectorStoreService.ts:45