Skip to content

Commit 16884db

Browse files
committed
Merge branch 'main' of github.com:MicrosoftDocs/azure-ai-docs-pr into sdg-fix-qs
2 parents 4052f89 + a66dfca commit 16884db

12 files changed

+82
-84
lines changed

articles/ai-foundry/concepts/models-featured.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,15 @@ The Stability AI collection of image generation models include Stable Image Core
348348
| [Stable Image Core](https://ai.azure.com/explore/models/Stable-Image-Core/version/1/registry/azureml-stabilityai) | Image generation | - **Input:** text (1000 tokens) <br /> - **Output:** 1 Image <br /> - **Tool calling:** No <br /> - **Response formats:** Image (PNG and JPG) |
349349
| [Stable Image Ultra](https://ai.azure.com/explore/models/Stable-Image-Ultra/version/1/registry/azureml-stabilityai) | Image generation | - **Input:** text (1000 tokens) <br /> - **Output:** 1 Image <br /> - **Tool calling:** No <br /> - **Response formats:** Image (PNG and JPG) |
350350

351+
### xAI
352+
353+
xAI's Grok 3 and Grok 3 Mini models are designed to excel in various enterprise domains. Grok 3, a non-reasoning model pre-trained by the Colossus datacenter, is tailored for business use cases such as data extraction, coding, and text summarization, with exceptional instruction-following capabilities. It supports a 131,072 token context window, allowing it to handle extensive inputs while maintaining coherence and depth, and is particularly adept at drawing connections across domains and languages. On the other hand, Grok 3 Mini is a lightweight reasoning model trained to tackle agentic, coding, mathematical, and deep science problems with test-time compute. It also supports a 131,072 token context window for understanding codebases and enterprise documents, and excels at using tools to solve complex logical problems in novel environments, offering raw reasoning traces for user inspection with adjustable thinking budgets.
354+
355+
| Model | Type | Capabilities |
356+
| ------ | ---- | ------------ |
357+
| [grok-3](https://ai.azure.com/explore/models/grok-3/version/1/registry/azureml-xai) | chat-completion | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
358+
| [grok-3-mini](https://ai.azure.com/explore/models/grok-3-mini/version/1/registry/azureml-xai) | chat-completion | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
359+
351360
#### Inference examples: Stability AI
352361

353362
Stability AI models deployed via standard deployment implement the Foundry Models API on the route `/image/generations`.
@@ -358,15 +367,6 @@ For examples of how to use Stability AI models, see the following examples:
358367
- [Use Requests library with Stable Diffusion 3.5 Large for image to image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Image_to_Image.ipynb)
359368
- [Example of a fully encoded image generation response](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Sample_image_generation_response.txt)
360369

361-
### xAI
362-
363-
**Grok** is a family of models designed...
364-
365-
| Model | Type | Tier | Capabilities |
366-
| ------ | ---- | --- | ------------ |
367-
| [Grok]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
368-
| [grok-3-mini]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
369-
370370

371371
## Related content
372372

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,18 @@ Also, ensure you have administrative privileges to install software on your devi
3535

3636
Get started with Foundry Local quickly:
3737

38-
1. [**Download Foundry Local Installer**](https://aka.ms/foundry-local-installer) and **install** by following the on-screen prompts.
39-
> [!TIP]
40-
> If you're installing on Windows, you can also use `winget` to install Foundry Local. Open a terminal window and run the following command:
41-
>
42-
> ```powershell
43-
> winget install Microsoft.FoundryLocal
44-
> ```
38+
1. **Install Foundry Local**
39+
- **Windows**: Open a terminal and run the following command:
40+
```bash
41+
winget install Microsoft.FoundryLocal
42+
```
43+
- **macOS**: Open a terminal and run the following command:
44+
```bash
45+
brew tap microsoft/foundrylocal
46+
brew install foundrylocal
47+
```
48+
Alternatively, you can download the installer from the [Foundry Local GitHub repository](https://aka.ms/foundry-local-installer).
49+
4550
1. **Run your first model** Open a terminal window and run the following command to run a model:
4651

4752
```bash

articles/ai-foundry/includes/region-availability-maas.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@ TimeGEN-1 | [Microsoft Managed Countries/Regions](/partner-center/marketplace/t
114114
|---------|---------|---------|---------|
115115
tsuzumi-7b | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US 2 <br> South Central US <br> East US <br> West US 3 <br> West US <br> North Central US | East US 2 <br> East US <br> North Central US <br> South Central US <br> West US <br> West US 3 |
116116

117-
### xAI
118-
119-
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
120-
|---------|---------|---------|---------|
121-
grok-3 | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | | Not available |
122-
grok-3-mini | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | | Not available |
123-
124117

125118
### Stability AI models
126119

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,12 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
208208

209209
### xAI
210210

211-
**Grok** is a family of models designed...
211+
xAI's Grok 3 and Grok 3 Mini models are designed to excel in various enterprise domains. Grok 3, a non-reasoning model pre-trained by the Colossus datacenter, is tailored for business use cases such as data extraction, coding, and text summarization, with exceptional instruction-following capabilities. It supports a 131,072 token context window, allowing it to handle extensive inputs while maintaining coherence and depth, and is particularly adept at drawing connections across domains and languages. On the other hand, Grok 3 Mini is a lightweight reasoning model trained to tackle agentic, coding, mathematical, and deep science problems with test-time compute. It also supports a 131,072 token context window for understanding codebases and enterprise documents, and excels at using tools to solve complex logical problems in novel environments, offering raw reasoning traces for user inspection with adjustable thinking budgets.
212212

213213
| Model | Type | Tier | Capabilities |
214214
| ------ | ---- | --- | ------------ |
215-
| [Grok]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
216-
| [grok-3-mini]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
217-
215+
| [grok-3](https://ai.azure.com/explore/models/grok-3/version/1/registry/azureml-xai) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
216+
| [grok-3-mini](https://ai.azure.com/explore/models/grok-3-mini/version/1/registry/azureml-xai) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
218217

219218
## Open and protected models
220219

articles/ai-services/agents/concepts/agent-catalog.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article provides instructions on how to use the AI agent catal
55
manager: nitinme
66
ms.service: azure-ai-agent-service
77
ms.topic: how-to
8-
ms.date: 04/29/2025
8+
ms.date: 05/18/2025
99
ms.author: aahi
1010
author: aahill
1111
---
@@ -59,25 +59,22 @@ A full list of agent samples in the catalog can be found on the Azure AI Foundry
5959
| [AI Red Teaming Agent](https://github.com/microsoft/agent-catalog/tree/main/semantic-kernel-blueprints/ai-red-teaming-agent) | Facilitates the development of a copilot to accelerate your AI red teaming process: through multi-agent system that automates the generation, transformation, and execution of harmful prompts against target generative AI models or applications for AI red teaming purposes. Useful for streamlining safety testing workflows, surfacing guardrail bypasses, and guiding risk mitigation planning. | Microsoft | Multi-agent | Semantic Kernel | Advanced | N/A |
6060
| [Saifr Communication Compliance Agent](https://aka.ms/saifr-communication-agent) | The Saifr Communication Compliance Agent identifies potentially noncompliant text and generates a more compliant, fair, and balanced version, helping end users better adhere to relevant regulatory guidelines | Saifr from Fidelity Labs | Single-agent | Agent AI Agent Service | Intermediate | OpenAPI Specified Tool |
6161
| [Auquan Due Diligence Risk Analyst](https://aka.ms/due-diligence-risk-analyst-agent) | Helps create agents that assess risks across financial, operational, regulatory, and ESG domains | Auquan | Single-agent | Agent AI Agent Service | Intermediate | OpenAPI Specified Tool |
62-
| [Healthcare Multi-agent Orchestrator](https://aka.ms/healthcare-multi-agent) | Facilitates the development and testing of modular specialized agents that coordinate across diverse data types and tools like M365 and Teams to assist multi-disciplinary healthcare workflows—such as cancer care. | Microsoft | Multi-agent | Semantic Kernel | Advanced | |
62+
| [Healthcare Agent Orchestrator](https://aka.ms/healthcare-multi-agent) | Facilitates the development and testing of modular specialized agents that coordinate across diverse data types and tools like M365 and Teams to assist multi-disciplinary healthcare workflows—such as cancer care. | Microsoft | Multi-agent | Semantic Kernel | Advanced | |
6363
| [ResearchFlow Agent](https://aka.ms/research-flow) | Helps create agents that execute complex, multi-step research workflows and solve open-ended tasks | Microsoft | Multi-agent | Agent AI Agent Service | Advanced | |
6464
| [Magentic-One Agent](https://aka.ms/magnetic-one) | A generalist, autonomous multi-agent system that performs deep research and problem-solving by orchestrating web search, code generation, and code execution agents. Helpful for tackling open-ended analytical or technical tasks. | Microsoft | Multi-agent | Agent AI Agent Service | Advanced | |
6565
| [SightMachine Filler Optimization Agent](https://aka.ms/sight-machine-filler-optimization-agent) | The SightMachine Filler Optimization Agent supports building agents that analyze manufacturing data to reduce bottlenecks and improve throughput via predictive insights | SightMachine | Single-agent | Agent AI Agent Service | Intermediate | Azure Functions |
6666
| [Marquee Insights AI News Agent](https://aka.ms/ai-news-agent) | Enables creating an agent that retrieves and summarize news focused on Microsoft, healthcare, and legal sectors | Marquee Insights | Single-agent | Agent AI Agent Service | Intermediate | |
67-
| [MiHCM HR Assist Agent](https://aka.ms/ hr-agent) | Supports agent development for HR scenarios by enabling employees to navigate HR-related records like leave balances, HR requests and work activities using MiHCM's HR APIs | MiHCM | Single-agent | Agent AI Agent Service | Intermediate | OpenAPI Specified Tool |
68-
| [Claim Concierge](https://aka.ms/claim-concierge) | Helps create agents for multi-lingual claim navigation | Microsoft | Multi-agent | Agent AI Agent Service | Beginner | Connected Agents, File Search, Grounding with Bing, Code Interpreter |
67+
| [MiHCM HR Assist Agent](https://aka.ms/hr-agent) | Supports agent development for HR scenarios by enabling employees to navigate HR-related records like leave balances, HR requests and work activities using MiHCM's HR APIs | MiHCM | Single-agent | Agent AI Agent Service | Intermediate | OpenAPI Specified Tool |
6968
| [Portfolio Navigator](https://aka.ms/trusty-link) | Supports agent creation for exploring financial topics from Morningstar data and Grounding with Bing | Microsoft | Single-agent | Agent AI Agent Service | Beginner | Morningstar, Grounding with Bing |
7069
| [Travel Planner](https://aka.ms/travel-planner) | Enables agent creation for travel scenarios | Microsoft | Single-agent | Agent AI Agent Service | Beginner | File Search, Code Interpreter, Tripadvisor, OpenAPI Specified Tool |
7170
| [Home Loan Guide](https://aka.ms/home-loan-guide) | Enables agent creation to provide users with helpful information about mortgage applications at a fictitious company, Contoso Bank. | Microsoft | Single-agent | Agent AI Agent Service | Beginner | Connected Agents, File Search, Code Interpreter, Grounding with Bing |
7271
| [Sales Analyst Agent](https://aka.ms/sales-analyst) | Supports building agents that analyze sales data | Microsoft | Single-agent | Agent AI Agent Service | Beginner | File Search, Code Interpreter |
7372
| [Customer Service Agent](https://aka.ms/customer-service) | Helps create a multi-agent system that manages full-cycle support resolution —from authentication to escalation to resolution | Microsoft | Multi-agent | Agent AI Agent Service | Advanced | |
7473
| [Warranty Claim Processing Agent](https://aka.ms/warranty-claim-processing) | Facilitates the development of agents for processing warranty claims | Microsoft | Single-agent | Semantic Kernel | Intermediate | OpenAPI Specified Tool |
7574
| [Voice Live Agent](https://aka.ms/voice-live-agent) | Enables agent development for real-time, voice-based interactions using Azure AI Voice Live API. | Microsoft | Single-agent | Agent AI Agent Service | Intermediate | |
76-
| [Meeting Prep Agent](https://aka.ms/meeting-prep-agent) | Helps build an agent that helps with meetings by researching attendees and generating contextual summaries | Microsoft | Single-agent | Agent AI Agent Service | Intermediate | Grounding with Bing, Azure Logic Apps |
77-
| [CommsPilot](https://aka.ms/comms-pilot) | Enables agent creation for personalized outbound sales emails and outreach logging | Microsoft | Single-agent | Agent AI Agent Service | Intermediate | File Search, Grounding with Bing, Azure Logic Apps |
7875
| [Text Translation Agent](https://aka.ms/translation-agent) | Helps create agents that handle multilingual text processing, including dynamic language detection and bidirectional translation using Azure AI Translator service | Microsoft | Single-agent | Agent AI Agent Service | Beginner | OpenAPI Specified Tool |
7976
| [Video Translation Agent](https://aka.ms/video-translation-agent) | Supports building agents for multilingual video localization with translation, subtitles, and speech generation | Microsoft | Single-agent | Semantic Kernel | Beginner | N/A |
8077
| [Intent Routing Agent](https://aka.ms/intent-routing) | Helps create agents that detect user intent and provide exact answering. Perfect for deterministically intent routing and exact question answering with human controls. | Microsoft | Single-agent | Agent AI Agent Service | Beginner | OpenAPI Specified Tool |
8178
| [Exact Question Answering Agent](https://aka.ms/exact-question-answering) | Supports building agents that answer predefined, high-value questions to ensure consistent and accurate responses. | Microsoft | Single-agent | Agent AI Agent Service | Beginner | OpenAPI Specified Tool |
8279
| [Contract Analysis Agent](https://aka.ms/contract-analysis-agent) | Enables creating agents that compare contract versions, extract key clauses, highlight differences, and generate review-ready reports. | Microsoft | Single-agent | Semantic Kernel | Intermediate | File Search, OpenAPI Specified Tool |
83-
| [SOP Forge Agent](https://aka.ms/sop-forge-agent) | Helps create an agent that converts instructional videos into a fully formatted Standard Operating Procedure (SOP). | Microsoft | Single-agent | Semantic Kernel | Intermediate | File Search, OpenAPI Specified Tool |
80+
| [SOP Forge Agent](https://aka.ms/sop-forge-agent) | Helps create an agent that converts instructional videos into a fully formatted Standard Operating Procedure (SOP). | Microsoft | Single-agent | Semantic Kernel | Intermediate | File Search, OpenAPI Specified Tool |

articles/search/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:Landing
22

33
title: Azure AI Search documentation # < 60 chars
4-
summary: Information retrieval at scale for agentic RAG, with vector and text content in traditional or generative search scenarios.
4+
summary: Information retrieval at scale for agentic retrieval, with vector and text content in traditional or generative search scenarios.
55
metadata:
66
title: Azure AI Search documentation
7-
description: Information retrieval at scale for agentic RAG, with vector and text content in traditional or generative search scenarios.
7+
description: Information retrieval at scale for agentic retrieval, with vector and text content in traditional or generative search scenarios.
88
ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
@@ -43,13 +43,13 @@ landingContent:
4343
url: vector-search-how-to-query.md
4444

4545
# Card
46-
- title: Agentic RAG
46+
- title: Agentic retrieval and vectors
4747
linkLists:
4848
- linkListType: concept
4949
links:
5050
- text: Retrieval Augmented Generation (RAG)
5151
url: retrieval-augmented-generation-overview.md
52-
- text: Agentic RAG
52+
- text: Agentic retrieval
5353
url: search-agentic-retrieval-concept.md
5454
- text: Vector search
5555
url: vector-search-overview.md

articles/search/retrieval-augmented-generation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A high-level summary of the pattern looks like this:
5858
+ Send it to Azure AI Search to find relevant information.
5959
+ Return the top ranked search results to an LLM.
6060
+ Use the natural language understanding and reasoning capabilities of the LLM to generate a response to the initial prompt.
61-
+ Optionally, use agentic RAG where an agent evaluates an answer and finds a better one if the original answer is incomplete or low quality.
61+
+ Optionally, use agentic retrieval where an agent evaluates an answer and finds a better one if the original answer is incomplete or low quality.
6262

6363
Azure AI Search provides inputs to the LLM prompt, but doesn't train the model. In RAG architecture, there's no extra training. The LLM is pretrained using public data, but it generates responses that are augmented by information from the retriever, in this case, Azure AI Search.
6464

0 commit comments

Comments
 (0)