<@!594948449095647256> I am trying to load a model...
# plugins-integrations
d
@User I am trying to load a model from Model Registry of MLFlow but it throws an error. Currently my mlflow.yml file has the tracking_uri set to
'postgresql://postgres:postgres@localhost:5432/mlflow_db'
When I use this command:
Copy code
model = mlflow.pyfunc.load_model(
    model_uri=f"models:/temp/1"
)
I get the following error: Note: temp here is the model name and 1 is the version of the registered model