Upload PDF or text files to be processed and chunked for embedding search.
multipart/form-data
The POST request should be a multipart form request containing the file to be uploaded.
Name | Type | Required | Description |
---|---|---|---|
chunk_size | integer | No | The chunk size (in tokens) applied when splitting the document |
chunk_overlap | integer | No | The chunk overlap (in tokens) applied when splitting the document |