Skip to content

Commit 76b7897

Browse files
committed
update readme
1 parent 0a88d7d commit 76b7897

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ _Note: This is not meant to outline all costs as selected SKUs, scaled use, cust
9595

9696
| Product | Description | Tier / Expected Usage Notes | Cost |
9797
|---|---|---|---|
98-
| [Azure AI Studio (Foundry)](https://learn.microsoft.com/en-us/azure/ai-studio/overview) | Used to orchestrate and build AI workflows that combine Azure AI services. | Free Tier | [Pricing](https://azure.microsoft.com/pricing/details/ai-studio/) |
98+
| [Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-foundry) | Used to orchestrate and build AI workflows that combine Azure AI services. | Free Tier | [Pricing](https://azure.microsoft.com/pricing/details/ai-studio/) |
9999
| [Azure AI Search](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search) | Powers vector-based semantic search for retrieving indexed conversation data. | Standard S1; costs scale with document count and replica/partition settings. | [Pricing](https://azure.microsoft.com/pricing/details/search/) |
100100
| [Azure Storage Account](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview) | Stores transcripts, intermediate outputs, and application assets. | Standard LRS; usage-based cost by storage/operations. | [Pricing](https://azure.microsoft.com/pricing/details/storage/blobs/) |
101101
| [Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview) | Secures secrets, credentials, and keys used across the application. | Standard Tier; cost per operation (e.g., secret retrieval). | [Pricing](https://azure.microsoft.com/pricing/details/key-vault/) |
@@ -135,16 +135,16 @@ This solution addresses those challenges by enabling natural language interactio
135135
<details>
136136
  <summary>Click to learn more about what value this solution provides</summary>
137137

138-
- **Better decision-making** <br/>
138+
- **Better decision-making**
139139
Summarized, contextualized data helps organizations make informed strategic decisions that drive operational improvements at scale.
140140

141-
- **Time saved** <br/>
141+
- **Time saved**
142142
Automated insight extraction and scalable data exploration reduce manual analysis efforts, leading to improved efficiency and cost savings.
143143

144-
- **Interactive data insights** <br/>
144+
- **Interactive data insights**
145145
Employees can engage directly with conversational data using natural language, enabling quicker understanding and faster resolution of issues.
146146

147-
- **Actionable insights** <br/>
147+
- **Actionable insights**
148148
Clear, contextual insights empower employees to take meaningful action based on data-driven evidence.
149149

150150
@@ -176,8 +176,8 @@ Check out similar solution accelerators
176176

177177
| Solution Accelerator | Description |
178178
|---|---|
179-
| [Document&nbsp;knowledge&nbsp;mining](https://github.com/microsoft/Document-Knowledge-Mining-Solution-Accelerator) | Provides REST API access to OpenAI's powerful language models including o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini |
180-
| [Content&nbsp;Processing](https://github.com/microsoft/document-generation-solution-accelerator) | Extracts data from multi-modal content, maps it to schemas with confidence scoring and user validation, and enables accurate processing of documents like contracts, claims, and invoices. |
179+
| [Document&nbsp;knowledge&nbsp;mining](https://github.com/microsoft/Document-Knowledge-Mining-Solution-Accelerator) | Identify relevant documents, summarize unstructured information, and generate document templates. |
180+
| [Content&nbsp;processing](https://github.com/microsoft/document-generation-solution-accelerator) | Extracts data from multi-modal content, maps it to schemas with confidence scoring and user validation, and enables accurate processing of documents like contracts, claims, and invoices. |
181181

182182

183183
<br/>

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To deploy this solution, ensure you have access to an [Azure subscription](https
66

77
Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all&regions=all) page and select a **region** where the following services are available:
88

9-
- [Azure AI Studio (Foundry)](https://learn.microsoft.com/en-us/azure/ai-studio/overview)
9+
- [Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-foundry)
1010
- [Azure AI Content Understanding Service](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/)
1111
- [Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/)
1212
- [GPT Model Capacity](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models)

0 commit comments

Comments
 (0)