Models REST Endpoints

Vector Database/Models
The operations from the Vector Database/Models category.
Delete an ONNX model from de database.
Method: delete
Path: /vecdb/models/{model_name}
Get details of an ONNX model hosted in the database
Method: get
Path: /vecdb/models/{model_name}
Get the ONNX models hosted in the database
Method: get
Path: /vecdb/models/
Load an ONNX model into de database.
Method: post
Path: /vecdb/models/