<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Semantic Guardrails on</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/</link><description>Recent content in Semantic Guardrails on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 25 Jun 2026 05:41:58 +0000</lastBuildDate><atom:link href="http://developer.docs.protegrity.com/docs/prod_features/sem_guard/index.xml" rel="self" type="application/rss+xml"/><item><title>Semantic Guardrails Architecture</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_arch/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_arch/</guid><description>&lt;p>Protegrity’s GenAI Security Semantic Guardrails solution is a security guardrail engine for AI systems. It evaluates risks in GenAI chatbots, workflows, and agents through advanced semantic analytics and intent classification to detect potentially malicious messages. PII detection can also be leveraged for comprehensive security coverage.&lt;/p>
&lt;p>The documentation here for Semantic Guardrails covers its specific requirements and relationship with AI Developer Edition. For more information, refer to the complete body of the &lt;a href="https://docs.protegrity.com/sem_guardrail/1.1.1/docs/">Semantic Guardrails documentation&lt;/a>.&lt;/p></description></item><item><title>Prerequisites for Semantic Guardrails</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_prereq/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_prereq/</guid><description>&lt;p>Ensure that the following prerequisites are met before running these examples for Semantic Guardrails:&lt;/p>
&lt;ul>
&lt;li>Docker CLI, Docker Compose, and Python are installed. For more information, refer to &lt;a href="http://developer.docs.protegrity.com/docs/install/">AI Developer Edition, Pre-requisites Guide&lt;/a>.&lt;/li>
&lt;li>For shell samples: Bash version greater than or equal to 5.1.8 and curl version greater than or equal to 7.76.1.&lt;/li>
&lt;li>For notebook samples: JupyterLab version greater than or equal to 4.5.6.&lt;/li>
&lt;/ul></description></item><item><title>Setting up Semantic Guardrails</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_install/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_install/</guid><description>&lt;p>Use the containers to set up Semantic Guardrails components required for identifying sensitive data.&lt;/p>


&lt;!-- tabbed panes for 1 start-->
 

&lt;!-- 1 end -->
 
 &lt;!-- tabbed panes for 2 start-->
 

&lt;!-- 2 end -->

&lt;ul class="nav nav-tabs" id="tabs-0" role="tablist">
 &lt;li class="nav-item">
 &lt;button class="nav-link active"
 id="tabs-00-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-00" role="tab"
 data-td-tp-persist="fresh setup" aria-controls="tabs-00-00" aria-selected="true">
 Fresh setup
 &lt;/button>
 &lt;/li>&lt;li class="nav-item">
 &lt;button class="nav-link"
 id="tabs-00-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-01" role="tab"
 data-td-tp-persist="upgrade" aria-controls="tabs-00-01" aria-selected="false">
 Upgrade
 &lt;/button>
 &lt;/li>
&lt;/ul>

&lt;div class="tab-content" id="tabs-0-content">
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-00-00" role="tabpanel" aria-labelled-by="tabs-00-00-tab" tabindex="0">
 &lt;!--Content-->
&lt;ol>
&lt;li>
&lt;p>Open a command prompt.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the cloned repository location for &lt;strong>protegrity-ai-developer-edition&lt;/strong>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the following command to download and start the containers. The dependent containers are large in size. Based on the network connection, the containers might take time to download and deploy.&lt;/p></description></item><item><title>Running the Semantic Guardrails samples</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_using/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_using/</guid><description>&lt;p>The example scripts under the &lt;code>semantic-guardrail/&lt;/code> folder demonstrate the usage of Semantic Guardrails APIs. For more information about the Semantic Guardrails APIs, refer to the section &lt;a href="http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_apis/">Semantic Guardrails APIs&lt;/a>.&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>Note&lt;/strong>: A dedicated &lt;code>semantic-guardrail/docker-compose.yml&lt;/code> is provided to start the Data Discovery and the Semantic Guardrails services.&lt;/p>&lt;/blockquote>
&lt;ol>
&lt;li>
&lt;p>Open a command prompt.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the directory where AI Developer Edition is cloned.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the following command to test Semantic Guardrails using Python scripts. The following command submits a multi-turn conversation for analysis. One for semantic and a second one for PII processing.&lt;/p></description></item><item><title>Using the Semantic Guardrails APIs</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_apis/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_apis/</guid><description>&lt;p>Semantic Guardrails has the following types of API Endpoints:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://docs.protegrity.com/sem_guardrail/1.1.1/docs/sgr_api/sgr_api_implementation/#scan-api">Scan API&lt;/a> to scan and classify sensitive data.&lt;/li>
&lt;li>&lt;a href="https://docs.protegrity.com/sem_guardrail/1.1.1/docs/sgr_api/sgr_api_implementation/#domain-model-api">Domain Model API&lt;/a> to view the domain models available.&lt;/li>
&lt;/ul>
&lt;p>For more information about Semantic Guardrails APIs, refer to the complete body of the &lt;a href="https://docs.protegrity.com/sem_guardrail/1.1.1/docs/sgr_api/sgr_api_implementation/">Semantic Guardrails documentation&lt;/a>.&lt;/p></description></item><item><title>Uninstalling Semantic Guardrails</title><link>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_uninstall/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>http://developer.docs.protegrity.com/docs/prod_features/sem_guard/sgr_uninstall/</guid><description>&lt;ol>
&lt;li>
&lt;p>Open a command prompt.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the cloned repository location.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the &lt;code>semantic-guardrails&lt;/code> directory.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>cd semantic-guardrail
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>
&lt;p>Run the following command to remove the containers and images.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>docker compose down --rmi all
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ol></description></item></channel></rss>