Skip to content

Commit 33c0dbe

Browse files
committed
pr fix
1 parent 061b9f8 commit 33c0dbe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/ai-studio/ai-services/how-to/content-safety.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Azure AI Studio includes a Content Safety **try it out** page that lets you use
2525
Follow these steps to use the Content Safety **try it out** page:
2626

2727
1. Go to [AI Studio](https://ai.azure.com/) and navigate to your project/hub. Then select the **Safety+ Security** tab on the left nav and select the **Try it out** tab.
28-
tbd image
2928
1. On the **Try it out** page, you can experiment with various content safety features such as text and image content, using adjustable thresholds to filter for inappropriate or harmful content.
30-
:::image type="content" source="../../media/content-safety/try-it-out.png" alt-text="Screenshot of the try it out page for content safety.":::
29+
30+
:::image type="content" source="../../media/content-safety/try-it-out.png" alt-text="Screenshot of the try it out page for content safety.":::
3131

3232
## Analyze text
3333

articles/ai-studio/responsible-use-of-ai-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ Mitigating harms presented by large language models such as the Azure OpenAI mod
7676

7777
:::image type="content" source="media/content-safety/mitigation-layers.png" alt-text="Diagram of mitigation layers":::
7878

79-
TBD
80-
8179
### System message and grounding layer
8280

8381
System message (otherwise known as metaprompt) design and proper data grounding are at the heart of every generative AI application. They provide an application's unique differentiation and are also a key component in reducing errors and mitigating risks. At Microsoft, we find [retrieval augmented generation (RAG)](/azure/ai-studio/concepts/retrieval-augmented-generation) to be an effective and flexible architecture. With RAG, you enable your application to retrieve relevant knowledge from selected data and incorporate it into your system message to the model. In this pattern, rather than using the model to store information, which can change over time and based on context, the model functions as a reasoning engine over the data provided to it during the query. This improves the freshness, accuracy, and relevancy of inputs and outputs. In other words, RAG can ground your model in relevant data for more relevant results.

0 commit comments

Comments
 (0)