Skip to content

relationalai.api.update_libraries()

Deprecated
update_libraries(model_name STRING, rai_engine STRING)

A procedure that updates the libraries for the specified model using the specified RelationalAI (RAI) engine. Requires the all_resource_admin application role.

NameTypeDescription
model_nameSTRINGThe name of the model to update.
rai_engineSTRINGThe name of the RAI engine to use for the update.

OBJECT

Use the api.update_libraries() procedure to update the libraries for the specified model:

-- Update the libraries for the model 'MyModel' using the RAI engine 'my_engine'.
CALL relationalai.api.update_libraries('MyModel', 'my_engine');

See Upgrades for more information on upgrading the RAI Native App.