Skip to content

Commit 68d70d4

Browse files
authored
initial commit (#75)
1 parent 1078237 commit 68d70d4

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

docs/intelligentapps/copilot-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Agent Code Gen tool has several important features:
5858
Example requirement:
5959
6060
```text
61-
Create an AI app to manage travel queries, use Azure AI Foundry models.
61+
Create an AI app to manage travel queries, use Microsoft Foundry models.
6262
```
6363
6464
- **Various agent framework functionality support:** The tool supports many features like function calling, MCP, and streaming responses.
@@ -82,7 +82,7 @@ The Agent Code Gen tool has several important features:
8282
8383
## AI Model Guide tool
8484
85-
The AI Model Guide tool helps developers pick the best AI models for their apps. It recommends Azure AI Foundry and GitHub models, including the latest and most popular ones. The tool provides details like input types, context length, cost, and metrics (quality, speed, safety). It also explains how to connect to models, such as GitHub endpoints and tokens.
85+
The AI Model Guide tool helps developers pick the best AI models for their apps. It recommends Microsoft Foundry and GitHub models, including the latest and most popular ones. The tool provides details like input types, context length, cost, and metrics (quality, speed, safety). It also explains how to connect to models, such as GitHub endpoints and tokens.
8686
8787
This tool supports:
8888
@@ -114,7 +114,7 @@ This tool supports:
114114
Create an AI app to manage travel queries using a cheap and fast azure model.
115115
```
116116
117-
For this example, Copilot selects a model like Azure AI Foundry GPT-4.1-mini model.
117+
For this example, Copilot selects a model like MicrosoftFoundry GPT-4.1-mini model.
118118
119119
## Evaluation Code Gen tool
120120

docs/intelligentapps/evaluation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For textual similarity:
8787
- **GLEU**: Google-BLEU variant for sentence-level assessment; measures overlaps in n-grams between response and ground truth.
8888
- **METEOR**: Metric for Evaluation of Translation with Explicit Ordering; measures overlaps in n-grams between response and ground truth.
8989

90-
The evaluators in AI Toolkit are based on the Azure Evaluation SDK. To learn more about observability for generative AI models, see the [Azure AI Foundry documentation](https://learn.microsoft.com/azure/ai-foundry/concepts/observability?tabs=warning).
90+
The evaluators in AI Toolkit are based on the Azure Evaluation SDK. To learn more about observability for generative AI models, see the [Microsoft Foundry documentation](https://learn.microsoft.com/azure/ai-foundry/concepts/observability?tabs=warning).
9191

9292
## Start a standalone evaluation job
9393

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

docs/intelligentapps/models.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Within the model catalog, you can explore and utilize models from multiple hosti
1111

1212
- Models hosted on GitHub, such as Llama3, Phi-3, and Mistral, including pay-as-you-go options.
1313
- Models provided directly by publishers, including OpenAI's ChatGPT, Anthropic's Claude, and Google's Gemini.
14-
- Models hosted on Azure AI Foundry.
14+
- Models hosted on Microsoft Foundry.
1515
- Models downloaded locally from repositories like Ollama and ONNX.
1616
- Custom self-hosted or externally deployed models accessible via Bring-Your-Own-Model (BYOM) integration.
1717

18-
Deploy models directly to Azure AI Foundry from within the model catalog, streamlining your workflow.
18+
Deploy models directly to Foundry from within the model catalog, streamlining your workflow.
1919

2020
> [!NOTE]
21-
> Use Azure AI Foundry, Foundry Local, and GitHub models added to AI Toolkit with GitHub Copilot. For more information, check out [Changing the model for chat conversations](/docs/copilot/customization/language-models#change-the-model-for-chat-conversations.md).
21+
> Use Microsoft Foundry, Foundry Local, and GitHub models added to AI Toolkit with GitHub Copilot. For more information, check out [Changing the model for chat conversations](/docs/copilot/customization/language-models#change-the-model-for-chat-conversations.md).
2222
2323
![AI Toolkit model catalog displaying various generative AI models](./images/models/models.png)
2424

@@ -125,20 +125,20 @@ To add a self-hosted or locally running Ollama model:
125125

126126
To add a custom ONNX model, first convert it to the AI Toolkit model format using the [model conversion tool](/docs/intelligentapps/modelconversion.md). After conversion, add the model to AI Toolkit.
127127

128-
## Deploy a model to Azure AI Foundry
128+
## Deploy a model to Microsoft Foundry
129129

130-
You can deploy a model to Azure AI Foundry directly from the AI Toolkit. This allows you to run the model in the cloud and access it via an endpoint.
130+
You can deploy a model to Microsoft Foundry directly from the AI Toolkit. This allows you to run the model in the cloud and access it via an endpoint.
131131

132132
1. From the model catalog, select the model you want to deploy.
133-
1. Select **Deploy to Azure AI Foundry**, either from the dropdown menu or directly from the **Deploy to Azure AI Foundry** button, as in the following screenshot:
133+
1. Select **Deploy to Microsoft Foundry**, either from the dropdown menu or directly from the **Deploy to Microsoft Foundry** button, as in the following screenshot:
134134

135-
![Screenshot of the AI Toolkit interface showing the model catalog with a model selected and the Deploy to Azure AI Foundry button highlighted.](./images/models/catalog-deploy-dropdown.png)
135+
![Screenshot of the AI Toolkit interface showing the model catalog with a model selected and the Deploy to Microsoft Foundry button highlighted.](./images/models/catalog-deploy-dropdown.png)
136136

137137
1. In the **model deployment** tab, enter the required information, such as the model name, description, and any additional settings, as in the following screenshot:
138138

139139
![Screenshot of the AI Toolkit interface showing the model deployment tab with fields for model name, description, and additional settings.](./images/models/deploy-to-azure-dialog.png)
140140

141-
1. Select **Deploy to Azure AI Foundry** to start the deployment process.
141+
1. Select **Deploy to Microsoft Foundry** to start the deployment process.
142142
1. A dialog will appear to confirm the deployment. Review the details and select **Deploy** to proceed.
143143
1. Once the deployment is complete, the model will be available in the **MY MODELS** section of AI Toolkit, and you can use it in the playground or agent builder.
144144

@@ -177,7 +177,7 @@ In this article, you learned how to:
177177

178178
- Explore and manage generative AI models in AI Toolkit.
179179
- Find models from various sources, including GitHub, ONNX, OpenAI, Anthropic, Google, Ollama, and custom endpoints.
180-
- Add models to your toolkit and deploy them to Azure AI Foundry.
180+
- Add models to your toolkit and deploy them to Microsoft Foundry.
181181
- Add custom models, including Ollama and OpenAI compatible models, and test them in the playground or agent builder.
182182
- Use the model catalog to view available models and select the best fit for your AI application needs.
183183
- Use filters and search to find models quickly.

docs/intelligentapps/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ AI Toolkit opens in its own view, with the AI Toolkit icon now displayed on the
9999
- **Add MCP Server**: The link for adding and working with an existing MCP server.
100100
- **Create new MCP Server**: The link for creating and deploying new MCP servers in AI Toolkit.
101101

102-
- **Help and Feedback**: This section contains links to the Azure AI Foundry documentation, feedback, support, and the Microsoft Privacy Statement. It contains the following subsections:
103-
- **Documentation**: The link to the Azure AI Foundry Extension documentation.
102+
- **Help and Feedback**: This section contains links to the Microsoft Foundry documentation, feedback, support, and the Microsoft Privacy Statement. It contains the following subsections:
103+
- **Documentation**: The link to the Microsoft Foundry Extension documentation.
104104
- **Resources**: The link to the AI Toolkit Tutorials Gallery, a collection of tutorials to help you get started with AI Toolkit.
105105
- **Get Started**: The link to the getting started walkthrough to help you learn the basics of AI Toolkit.
106106
- **What's New**: The link to the AI Toolkit release notes.
107-
- **Report Issues on GitHub**: The link to the Azure AI Foundry extension GitHub repository issues page.
107+
- **Report Issues on GitHub**: The link to the Microsoft Foundry extension GitHub repository issues page.
108108

109109
## Get started with AI Toolkit
110110

docs/intelligentapps/reference/ManualModelConversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ MetaDescription: Model Conversion reference about manual model conversion.
77

88
The AI Toolkit supports the [Open Neural Network Exchange](https://onnx.ai) (ONNX) format for running models locally. ONNX is an open standard for representing machine learning models, defining a common set of operators and a file format that enables models to run across various hardware platforms.
99

10-
To use models from other catalogs, such as Azure AI Foundry or Hugging Face, in the AI Toolkit, you must first convert them to ONNX format.
10+
To use models from other catalogs, such as Microsoft Foundry or Hugging Face, in the AI Toolkit, you must first convert them to ONNX format.
1111

1212
This tutorial guides you through converting Hugging Face models to ONNX format and loading them into the AI Toolkit.
1313

1414
## Set up the environment
1515

16-
To convert models from Hugging Face or Azure AI Foundry, you need the [Model Builder](https://onnxruntime.ai/docs/genai/howto/build-model.html) tool.
16+
To convert models from Hugging Face or Microsoft Foundry, you need the [Model Builder](https://onnxruntime.ai/docs/genai/howto/build-model.html) tool.
1717

1818
Follow these steps to set up your environment:
1919

0 commit comments

Comments
 (0)