Models REST Endpoints

Vector Database/Models
The operations from the Vector Database/Models category.
Delete an ONNX model from de database.
Method: delete
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/models/{model_name}
Get details of an ONNX model hosted in the database
Method: get
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/models/{model_name}
Get the ONNX models hosted in the database
Method: get
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/models/
Load an ONNX model into de database.
Method: post
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/models/