Can we create embedding-based guardrails? #1358
Replies: 1 comment 4 replies
-
I think what you are describing is possible in principle, but you might be framing it at the wrong layer. The deeper issue here is the same one we diagnose as Problem Map No.5 — Semantic ≠ Embedding. There are structural fixes, but they’re not just about tuning thresholds — they require adding a reasoning firewall on top of embeddings. If you want details, let me know and I can point you toward the diagnostic map we use for these failures. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I see we have flexiiblity of using custom embeddings in nemoguardrails, but it seems that these embeddings are used for the intent recognition or in dialog rails. Can we use these for embedding-based guardrails? My goal is to create custom embedding for the unsafe dataset and then block any input that is similar to my embedding
Beta Was this translation helpful? Give feedback.
All reactions