Skip to content

Commit

Permalink
Merge pull request #24 from Arize-ai/juliagomes/update-repo-in-notebook
Browse files Browse the repository at this point in the history
Juliagomes/fix notebook
  • Loading branch information
jgomes168 authored Jul 2, 2024
2 parents 1eaab90 + 589bd34 commit a748440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .main import DatasetEmbeddings
from .main import ArizeDatasetEmbeddings

__all__ = ["DatasetEmbeddings"]
__all__ = ["ArizeDatasetEmbeddings"]
2 changes: 1 addition & 1 deletion validator/arize_demo_dataset_embeddings_guard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"\n",
"\n",
"# can uncomment this once its public\n",
"!pip install --no-cache-dir -qq git+https://github.com/Arize-ai/jailbreak-embeddings\n",
"!pip install --no-cache-dir -qq git+https://github.com/Arize-ai/dataset-embeddings-guardrails\n",
"\n",
"from openinference.instrumentation.guardrails import GuardrailsInstrumentor\n",
"from guardrails import Guard\n",
Expand Down

0 comments on commit a748440

Please sign in to comment.