Upload a file into a RagCorpus.
Endpoint
- Upload URI, for media upload requests:
- Metadata URI, for metadata-only requests:
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The name of the RagCorpus resource into which to upload the file. Format: projects/{project}/locations/{location}/ragCorpora/{ragCorpus}
Request body
The request body contains data with the following structure:
Required. The RagFile to upload.
Required. The config for the RagFiles to be uploaded into the RagCorpus. VertexRagDataService.UploadRagFile
.
Response body
Response message for VertexRagDataService.UploadRagFile
.
If successful, the response body contains data with the following structure:
UploadRagFileConfig
Config for uploading RagFile.
Specifies the size and overlap of chunks after uploading RagFile.
JSON representation |
---|
{
"ragFileChunkingConfig": {
object ( |