Models

Oracle VecDB supports integrated embedding and reranking with in-database ONNX models to simplify pipelines and reduce external dependencies.

Oracle provides ONNX embedding models that you can load with load_model.

Loading these models is a one-time activity. You can also bring your own ONNX model by hosting it in Oracle Cloud Infrastructure Object Storage and calling load_model. After loading the model, you can use it for integrated table embeddings or standalone inference.

Parent topic: How Oracle VecDB Works