Skip to content

Commit ef9c649

Browse files
committed
Merge branch 'main' into release-openai-realtime-webrtc
2 parents dde4fb7 + 8bd496a commit ef9c649

24 files changed

+1480
-68
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
content_well_notification:
88
- AI-contribution
99
ms.topic: how-to
10-
ms.date: 04/21/2025
10+
ms.date: 04/28/2025
1111
ms.reviewer: erichen
1212
ms.author: johalexander
1313
author: ms-johnalex
@@ -122,7 +122,7 @@ When you open a project in the Azure AI Foundry Extension, that project is set a
122122

123123
Switch your default project by following these steps:
124124

125-
1. Right-click on your deployed model and select the **Switch Default Project in Azure Extension** option.
125+
1. Right-click on the Azure AI Foundry Project and select the **Switch Default Project in Azure Extension** option.
126126

127127
1. In the top center, select the Azure AI Foundry Project you want to use from the list of available projects and press Enter.
128128

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.service: azure-ai-foundry
77
content_well_notification:
88
- AI-contribution
99
ms.topic: how-to
10-
ms.date: 04/23/2025
10+
ms.date: 04/28/2025
1111
ms.reviewer: erichen
1212
ms.author: johalexander
1313
author: ms-johnalex
1414
---
1515

16-
# Work with Azure AI Agent Service in Visual Studio Code
16+
# Work with Azure AI Agent Service in Visual Studio Code (Preview)
1717

1818
After you [get started with the AI Foundry the VS Code extension](./get-started-projects-vs-code.md), you can work with [Azure AI Agent Service](/azure/ai-services/agents/overview). Agents are "smart" microservices that:
1919

@@ -25,6 +25,8 @@ Agents combine AI models with tools to access and interact with your data.
2525

2626
Azure AI Foundry developers can stay productive by developing, testing, and deploying agents in the familiar and powerful environment of VS Code.
2727

28+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
29+
2830
### Create and edit Azure AI Agents within the designer view
2931

3032
Follow these steps to create an Azure AI Agent:

articles/ai-foundry/how-to/fine-tune-managed-compute.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to fine-tune models using a managed compute with Azure AI
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: how-to
8-
ms.date: 11/22/2024
8+
ms.date: 04/25/2025
99
ms.reviewer: vkann
1010
reviewer: kvijaykannan
1111
ms.author: mopeakande
@@ -77,4 +77,5 @@ In this section, you go through the steps to configure fine-tuning for your mode
7777
## Related Contents
7878

7979
- [Fine-tune models with Azure AI Foundry](../concepts/fine-tuning-overview.md)
80-
- [How to use Phi-3 family chat models](deploy-models-phi-3.md)
80+
- [How to generate chat completions with Azure AI model inference](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context)
81+
- [Featured models of Azure AI Foundry](../concepts/models-featured.md)

articles/ai-services/content-understanding/concepts/capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Developers using Content Understanding should review Microsoft's policies on cus
156156

157157
## Next steps
158158

159-
* Try processing your document content using Content Understanding in [Azure ](https://ai.azure.com/).
159+
* Try processing your document content using Content Understanding in [**Azure AI Foundry**](https://ai.azure.com/).
160160
* Learn to analyze content [**analyzer templates**](../quickstart/use-ai-foundry.md).
161161
* Review code sample: [**analyzer templates**](https://github.com/Azure-Samples/azure-ai-content-understanding-python/tree/main/analyzer_templates).
162162
* Take a look at our [**glossary**](../glossary.md)

articles/ai-services/content-understanding/concepts/retrieval-augmented-generation.md

Lines changed: 541 additions & 0 deletions
Large diffs are not rendered by default.
170 KB
Loading
156 KB
Loading

articles/ai-services/content-understanding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Content Understanding offers a streamlined process to reason over large amounts
4141

4242
* **Automation**. Content Understanding supports automation scenarios by converting unstructured content into structured data, which can be integrated into various workflows and applications. Confidence scores minimize human review and lower costs. For example, automate procurement and payment processes by extracting fields from invoices.
4343

44-
* **Search and retrieval augmented generation (RAG)**. Content Understanding enables ingestion of content of any modality into the search index. The structured output representation improves the relevance for RAG scenarios.
44+
* **Search and retrieval-augmented generation (RAG)**. Content Understanding enables ingestion of content of any modality into the search index. The structured output representation improves the relevance for RAG scenarios.
4545

4646
* **Analytics and reporting**: Content Understanding's extracted field outputs enhance analytics and reporting, allowing businesses to gain valuable insights, conduct deeper analysis, and make informed decisions based on accurate reports.
4747

articles/ai-services/content-understanding/toc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ items:
5454
- name: Video
5555
href: video/overview.md
5656
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
57+
- name: Best practices
58+
displayName: best practices, analyzers, optimization, fields
59+
href: concepts/best-practices.md
5760
- name: Concepts
5861
items:
5962
- name: Best practices
@@ -62,6 +65,14 @@ items:
6265
- name: Accuracy and confidence
6366
displayName: accuracy, confidence, analyzers, optimization, fields, scores
6467
href: concepts/accuracy-confidence.md
68+
- name: Retrieval-augmented generation (RAG)
69+
displayName: RAG, retrieval, augmented, generation, knowledge, base, search, index, vector
70+
href: concepts/retrieval-augmented-generation.md
71+
- name: Tutorials
72+
items:
73+
- name: Build a retrieval-augmented solution
74+
displayName: RAG, retrieval, augmented, generation, knowledge, base, search, index, vector
75+
href: tutorial/build-rag-solution.md
6576
- name: Responsible AI
6677
items:
6778
- name: Transparency note

0 commit comments

Comments
 (0)