You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AI agent uses file search or Azure AI Search to retrieve knowledge from uploaded files.
31
31
32
-
-**Customizable AI Model Deployment**<br/>
32
+
-**[Customizable AI Model Deployment](./docs/deploy_customization.md#customizing-model-deployments)**<br/>
33
33
The solution allows users to configure and deploy AI models, such as gpt-4o-mini, with options to adjust model capacity, and knowledge retrieval methods.
34
34
35
-
-**Built-in Monitoring and Tracing**<br/>
35
+
-**[Built-in Monitoring and Tracing](./docs/other_features.md#tracing-and-monitoring)**<br/>
36
36
Integrated monitoring capabilities, including Azure Monitor and Application Insights, enable tracing and logging for easier troubleshooting and performance optimization.
The solution supports deployment through GitHub Codespaces, VS Code Dev Containers, or local environments, providing flexibility for different development workflows.
This solution demonstrates how you can evaluate your agent's performance and quality during local development and incorporate it into monitoring and CI/CD workflow.
43
43
44
-
-**AI Red Teaming Agent**<br/>
44
+
-**[AI Red Teaming Agent](./docs/other_features.md#ai-red-teaming-agent)**<br/>
45
45
Facilitates the creation of an AI Red Teaming Agent that can run batch automated scans for safety and security scans on your Agent solution to check your risk posture before deploying it into production.
46
46
47
47
<br/>
@@ -81,14 +81,6 @@ This guide covers:
81
81
- File management and agent recreation
82
82
- Using agent evaluation for code improvement
83
83
84
-
## Other Features
85
-
Once you have the agents and the web app working, you are encouraged to try one of the following:
86
-
87
-
-**[Tracing and Monitoring](./docs/other_features.md#tracing-and-monitoring)** - View console logs in Azure portal and App Insights tracing in Azure AI Foundry for debugging and performance monitoring.
88
-
89
-
-**[Agent Evaluation](./docs/other_features.md#agent-evaluation)** - Evaluate your agent's performance and quality using built-in evaluators for local development, continuous monitoring, and CI/CD integration.
90
-
91
-
-**[AI Red Teaming Agent](./docs/other_features.md#ai-red-teaming-agent)** - Run automated security and safety scans on your agent solution to check your risk posture before production deployment.
0 commit comments