Load dataset in CSV format, from PAR URL or public bucket.

post

/vecdb/load

Schedule a Job to load data into a vector table

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : VectorDebugFlags
Type: object
Debug flags to be used to trace vector modules
Show Source
Nested Schema : params
Type: object
Parameters required to load the dataset into the table.
Security
Back to Top

Response

Supported Media Types

200 Response

Description of the load job that has been created.
Body ()
Root Schema : VecDBJobItem
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

400 Response

The request body included invalid parameters.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top