Response Models
Document Models
Document
class Document:
external_id: str
owner: Dict[str, str]
content_type: str
filename: Optional[str]
metadata: Dict[str, Any] # user-defined metadata
storage_info: Dict[str, str] # storage backend info
system_metadata: Dict[str, Any] # creation date, version, etc.
additional_metadata: Dict[str, Any] # e.g., frame descriptions and transcripts for videos
access_control: Dict[str, List[str]] # readers, writers, admins
chunk_ids: List[str]DocumentContent
DocumentResult
Search Models
ChunkResult
Query Models
CompletionResponse
TokenUsage
Last updated