Skip to main content

UploadedFile

Upgather SDK


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?

optional bytes: 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?

optional status: string

Defined in: lib/services/VectorStoreService.ts:45