Folders
Retrieve Folder
Update Folder
Delete Folder
List Folders
Create Folder
ModelsExpand Collapse
Folder object { id, embedding_config, name, 7 more }
Representation of a folder, which is a collection of files and passages.
embedding_config: EmbeddingConfig { embedding_dim, embedding_endpoint_type, embedding_model, 7 more }
FoldersFiles
Upload File To Folder
List Files For Folder
Retrieve File
Delete File From Folder
ModelsExpand Collapse
FileUploadResponse object { id, source_id, chunks_embedded, 13 more }
Representation of a single FileMetadata
Deprecatedsource_id: string
Deprecated: Use folder_id field instead. The unique identifier of the source associated with the document.
content: optional string
Optional full-text content of the file; only populated on demand due to its size.
FileListResponse object { id, source_id, chunks_embedded, 13 more }
Representation of a single FileMetadata
Deprecatedsource_id: string
Deprecated: Use folder_id field instead. The unique identifier of the source associated with the document.
content: optional string
Optional full-text content of the file; only populated on demand due to its size.
FileRetrieveResponse object { id, source_id, chunks_embedded, 13 more }
Representation of a single FileMetadata
Deprecatedsource_id: string
Deprecated: Use folder_id field instead. The unique identifier of the source associated with the document.
content: optional string
Optional full-text content of the file; only populated on demand due to its size.
Skip to content