update
Update an existing document.
Path parameters
id
Unique ID of a Document.
Request
Response
id
Unique ID of the Document.
filename
Name of the Document.
status
Status of the Document.
Allowed values:
chunking_strategy
Strategy used to chunk the document.
Allowed values:
max_sentences_per_chunk
Max Sentences per Chunk. Only present when chunking strategy is 'sentence', null otherwise.
split_newlines
Split on Newlines. Only present when chunking strategy is 'sentence', null otherwise.
overlap_size
Overlap Size. Only present when chunking strategy is 'sliding', null otherwise.
chunk_size
Chunk Size. Only present when chunking strategy is 'sliding', null otherwise.
number_of_chunks
Number of Chunks in the Document.
chunks_uri
URI path to the chunks for this document.
created_at
Document Creation Date.
updated_at
Document Update Date.
Response Example
Response