Load an ONNX model into de database.

post

/vecdb/models/

Load an ONNX model into de database.

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 : modelParams
Type: object
Model specific parameters.
Show Source
Nested Schema : metadata
Type: object
Model specific metadata parameters
Security
Back to Top

Response

Supported Media Types

201 Response

The model details.
Body ()
Root Schema : ModelItem
Type: object
Show Source
Nested Schema : attributes
Type: array
Show Source
Nested Schema : ModelAttributeItem
Type: object
Show Source

400 Response

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

404 Response

Model not found.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top