Skip to content

Commit 0dcab19

Browse files
authored
Merge pull request #182 from Azure-Samples/howie/links
Improve links in readme
2 parents e2c9d4f + a3c277e commit 0dcab19

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The agent leverages the Azure AI Agent service and utilizes file search for know
44

55
<div style="text-align:center;">
66

7-
[**SOLUTION OVERVIEW**](#solution-overview) \| [**GETTING STARTED**](#getting-started) \| [**LOCAL DEVELOPMENT**](#local-development) \| [**OTHER FEATURES**](#other-features) \| [**RESOURCE CLEAN-UP**](#resource-clean-up) \| [**GUIDANCE**](#guidance) \| [**TROUBLESHOOTING**](./docs/troubleshooting.md)
7+
[**SOLUTION OVERVIEW**](#solution-overview) \| [**GETTING STARTED**](#getting-started) \| [**LOCAL DEVELOPMENT**](#local-development) \| [**RESOURCE CLEAN-UP**](#resource-clean-up) \| [**GUIDANCE**](#guidance) \| [**TROUBLESHOOTING**](./docs/troubleshooting.md)
88

99
</div>
1010

@@ -26,22 +26,22 @@ The app code runs in Azure Container App to process the user input and generate
2626

2727
### Key Features
2828

29-
- **Knowledge Retrieval**<br/>
30-
The AI agent uses file search to retrieve knowledge from uploaded files.
29+
- **[Knowledge Retrieval](./docs/deploy_customization.md#enabling-and-disabling-resources-provision)**<br/>
30+
The AI agent uses file search or Azure AI Search to retrieve knowledge from uploaded files.
3131

32-
- **Customizable AI Model Deployment**<br/>
32+
- **[Customizable AI Model Deployment](./docs/deploy_customization.md#customizing-model-deployments)**<br/>
3333
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.
3434

35-
- **Built-in Monitoring and Tracing**<br/>
35+
- **[Built-in Monitoring and Tracing](./docs/other_features.md#tracing-and-monitoring)**<br/>
3636
Integrated monitoring capabilities, including Azure Monitor and Application Insights, enable tracing and logging for easier troubleshooting and performance optimization.
3737

38-
- **Flexible Deployment Options**<br/>
38+
- **[Flexible Deployment Options](./docs/deployment.md)**<br/>
3939
The solution supports deployment through GitHub Codespaces, VS Code Dev Containers, or local environments, providing flexibility for different development workflows.
4040

41-
- **Agent Evaluation**<br/>
41+
- **[Agent Evaluation](./docs/other_features.md#agent-evaluation)**<br/>
4242
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.
4343

44-
- **AI Red Teaming Agent**<br/>
44+
- **[AI Red Teaming Agent](./docs/other_features.md#ai-red-teaming-agent)**<br/>
4545
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.
4646

4747
<br/>
@@ -81,14 +81,6 @@ This guide covers:
8181
- File management and agent recreation
8282
- Using agent evaluation for code improvement
8383

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.
9284

9385
## Resource Clean-up
9486

0 commit comments

Comments
 (0)