Skip to content

Commit

Permalink
Update Installation section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Gomes authored and Julia Gomes committed Aug 20, 2024
1 parent 785d9ee commit 9941b3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ We defer readers to the arxiv paper to see the effectiveness of these prompts ag

## Installation

```bash
$ 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)

from guardrails.hub import ArizeDatasetEmbeddings
```

## Usage Examples
Expand Down

0 comments on commit 9941b3d

Please sign in to comment.