Skip to content

Commit 4dd3653

Browse files
Revise README for clarity and additional resources
Updated the README to enhance clarity and structure, including a note on AI solution responsibilities.
1 parent 403c9d2 commit 4dd3653

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Modernize your code solution accelerator
22

3-
This solution accelerator helps organizations transition their SQL queries to new environments quickly and efficiently. It is particularly useful for modernizing data estates, simplifying the process of translating SQL queries from various dialects. When dealing with legacy code, users often face significant challenges, including the absence of proper documentation, loss of knowledge of outdated languages, and missing business logic that explains functional requirements. The accelerator allows users to specify a group of SQL queries and the target SQL dialect for translation, then initiates a batch process where each query is translated using a group of Large Language Model (LLM) agents. This automation not only saves time but also ensures accuracy and consistency in query translation.
3+
Welcome to the *Modernize your code* solution accelerator, designed to help customers transition their SQL queries to new environments quickly and efficiently. This accelerator is particularly useful for organizations modernizing their data estates, as it simplifies the process of translating SQL queries from various dialects.
4+
5+
When dealing with legacy code, users often face significant challenges, including the absence of proper documentation, loss of knowledge of outdated languages, and missing business logic that explains functional requirements.
6+
7+
The Modernize your code solution accelerator allows users to specify a group of SQL queries and the target SQL dialect for translation. It then initiates a batch process where each query is translated using a group of Large Language Model (LLM) agents. This automation not only saves time but also ensures accuracy and consistency in query translation.
8+
49

510
---
611

712
[**SOLUTION OVERVIEW**](#solution-overview) \| [**QUICK DEPLOY**](#quick-deploy) \| [**BUSINESS SCENARIO**](#business-scenario) \| [**SUPPORTING DOCUMENTATION**](#supporting-documentation)
813

914
---
1015

16+
**Note:** With any AI solutions you create using these templates, you are responsible for assessing all associated risks and for complying with all applicable laws and safety standards. Learn more in the transparency documents for [Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/responsible-ai/agents/transparency-note) and [Agent Framework](https://github.com/microsoft/agent-framework/blob/main/TRANSPARENCY_FAQ.md).
17+
1118
<img src="./docs/images/read_me/solution-overview.png" width="48" />
1219

1320
## Solution overview
@@ -27,11 +34,12 @@ This architecture will be deployed with the 'sandbox' setting of our deployment
2734
|---|
2835

2936
### Additional resources
30-
31-
For detailed technical information, see the component documentation:
37+
If you'd like to customize the solution accelerator, here are some common areas to start:
3238

3339
[Custom scenario](./docs/CustomizingScenario.md)
3440

41+
For detailed technical information, see the component documentation:
42+
3543
[Azure AI Foundry documentation](https://learn.microsoft.com/en-us/azure/ai-studio/)
3644

3745
[Semantic Kernel Agent Framework](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/?pivots=programming-language-python)

0 commit comments

Comments
 (0)