From 0a5f6e8d383aec2f0b5bb47d08768e3a15ae8b0a Mon Sep 17 00:00:00 2001 From: harrison Date: Mon, 8 Jul 2024 17:21:09 -0700 Subject: [PATCH] update name --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b65d13..9e9f4b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] -name = "jailbreak-embeddings" +name = "dataset-embeddings" version = "0.0.0" -description = "A Guardrails AI validator that stops jailbreaks based on embeddings similarity to a small dataset of known jailbreaks" +description = "A Guardrails AI validator that guards against input based on embeddings similarity to a small dataset of known inputs" authors = [ {name = "Julia Gomes", email = "julia@arize.com"} ]