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