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