-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Juliagomes/update Installation section of readme #37
Conversation
$ guardrails hub install hub://arize/dataset_embeddings | ||
```python | ||
from guardrails import install | ||
install("hub://arize-ai/dataset_embeddings_guardrails", quiet=True, install_local_models=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look quite right. The validator is registered as arize/dataset_embeddings
in the main.py
file which typically means the hub id should be hub://arize/dataset_embeddings
unless there are changes elsewhere I'm missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm in the Colab this seems to work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There may be a discrepancy between this and the hub index, let me check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, sure enough this is the id listed in the hub index. It's not the normal pattern but it should work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, let me know if anything needs to be updated on my side!
Update installation section of README to avoid errors.
Successful installation in Colab notebook:
Failed installation in Colab notebook: