You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source Code for get_or_create_registered_model copied from examples, only relevant cells included below:
# Initial cells redacted for brevity (same as example file)# ...# Setup client# From: 0.1 Verta import and setupfromvertaimportClientclient=Client("http://localhost:3000")
# cells redacted for brevity (same as example file)# ...# From: 2. Register a modelregistered_model=client.get_or_create_registered_model(
name="census-registry-example", labels=["research-purpose", "team-a"])
Hello @KyleFrisbie, thank you for the very thorough report!
For the time being, our model registry feature set has not been made available in our open-source platform. You can contact us for information about our SaaS offering, or let us know about the usecase you have in mind so we can factor it into our roadmap!
Understood, thank you for the response. For what it's worth, it wasn't clear to me that this was the case based on the documentation. It might be helpful to others if this was mentioned in a couple places.
Perhaps in the following pages:
ModelDB Documentation as this points as the full Verta documentation, rather than at the features which are included in the open source distribution.
Verta Documentation, perhaps distinguishing between which features are open source and which are "premium"
Registry Quickstart as it isn't clear that this will fail in the open source version.
Python version: Python 3.9.6
PIP version: pip 21.2.4
Environments attempted:
While following the documentation for Registry Quickstart I am unable to create a registered model:
Source Code for create_registered_model:
Result for create_registered_model:
Another attempt from Examples
Source Code for get_or_create_registered_model copied from examples, only relevant cells included below:
Result for get_or_create_registered_model:
The text was updated successfully, but these errors were encountered: