Skip to content

Commit 7640f21

Browse files
committed
Merge branch 'release-foundry-toc' of https://github.com/MicrosoftDocs/azure-ai-docs-pr into pafarley-foundry-toc
2 parents f440f49 + 32e8863 commit 7640f21

File tree

2 files changed

+78
-73
lines changed

2 files changed

+78
-73
lines changed

articles/ai-studio/index.yml

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,42 +30,38 @@ landingContent:
3030
url: what-is-ai-studio.md
3131
- text: Azure OpenAI Service in Azure AI Foundry
3232
url: azure-openai-in-ai-studio.md
33-
- text: Select and deploy models from the catalog
34-
url: how-to/model-catalog.md
3533
- text: Retrieval Augmented Generation (RAG)
3634
url: concepts/retrieval-augmented-generation.md
3735
- text: Evaluation and monitoring metrics for generative AI
3836
url: concepts/evaluation-metrics-built-in.md
39-
- linkListType: how-to-guide
40-
links:
41-
- text: Create a project in Azure AI Foundry portal
42-
url: how-to/create-projects.md
43-
- text: Get started with prompt flow
44-
url: how-to/flow-develop.md
45-
- text: Connect to AI services
46-
url: ai-services/how-to/connect-ai-services.md
37+
- text: Model deployment options
38+
url: concepts/deployments-overview.md
39+
4740
# Card
48-
- title: 10-minute quickstarts
49-
linkLists:
41+
- title: Get started
42+
linkLists:
5043
- linkListType: quickstart
5144
links:
45+
- text: Build a chap app in the playground
46+
url: quickstarts/get-started-playground.md
5247
- text: Build a chat app using the Azure AI SDK
5348
url: quickstarts/get-started-code.md
54-
- text: Use Azure OpenAI Assistants in the playground
55-
url: ../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context
56-
- text: Get started using vision-enabled chats
57-
url: quickstarts/multimodal-vision.md
58-
- linkListType: tutorial
59-
links:
60-
- text: Deploy an enterprise chat web app
61-
url: tutorials/deploy-chat-web-app.md
6249

50+
- linkListType: how-to-guide
51+
links:
52+
- text: Select and deploy models from the catalog
53+
url: how-to/model-catalog.md
54+
- text: Compare benchmarks across models and datasets
55+
url: how-to/benchmark-model-in-catalog.md
56+
- text: What is Azure AI Agent service?
57+
url: ../ai-services/agents/overview.md?context=/azure/ai-studio/context/context
58+
6359
# Card
64-
- title: Develop apps
60+
- title: Azure AI Foundry SDK
6561
linkLists:
6662
- linkListType: how-to-guide
6763
links:
68-
- text: Get started with the Azure AI SDKs
64+
- text: Get started with the Azure AI Foundry SDKs
6965
url: how-to/develop/sdk-overview.md
7066
- text: Work with Azure AI Foundry projects in VS Code
7167
url: how-to/develop/vscode.md
@@ -74,13 +70,9 @@ landingContent:
7470
links:
7571
- text: Build a custom chat app with the Azure AI SDK
7672
url: tutorials/copilot-sdk-create-resources.md
77-
78-
- linkListType: concept
79-
links:
80-
- text: Connections for flows and indexing
81-
url: concepts/connections.md
82-
- text: Deploy models, flows, and web apps
83-
url: concepts/deployments-overview.md
73+
- text: Deploy an enterprise chat web app
74+
url: tutorials/deploy-chat-web-app.md
75+
8476
- linkListType: reference
8577
links:
8678
- text: Azure AI Foundry SDK

articles/ai-studio/toc.yml

Lines changed: 57 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,14 @@ items:
5353
href: how-to/benchmark-model-in-catalog.md
5454
- name: Featured models
5555
items:
56+
- name: AI21 Jamba models
57+
href: how-to/deploy-models-jamba.md
5658
- name: Azure OpenAI models
5759
items:
5860
- name: Deploy Azure OpenAI models
5961
href: how-to/deploy-models-openai.md
6062
- name: Fine-tune Azure OpenAI models
6163
href: ../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context
62-
- name: Healthcare AI models
63-
items:
64-
- name: Foundational AI models for healthcare
65-
href: how-to/healthcare-ai/healthcare-ai-models.md
66-
- name: MedImageInsight - embedding model
67-
href: how-to/healthcare-ai/deploy-medimageinsight.md
68-
- name: CXRReportGen - text generation model
69-
href: how-to/healthcare-ai/deploy-cxrreportgen.md
70-
- name: MedImageParse - prompted segmentation model
71-
href: how-to/healthcare-ai/deploy-medimageparse.md
72-
- name: Microsoft Phi family models
73-
items:
74-
- name: Phi-3 chat models
75-
href: how-to/deploy-models-phi-3.md
76-
- name: Phi-3 chat model with vision
77-
href: how-to/deploy-models-phi-3-vision.md
78-
- name: Phi-3.5 chat model with vision
79-
href: how-to/deploy-models-phi-3-5-vision.md
80-
- name: Phi-4 chat models
81-
href: how-to/deploy-models-phi-4.md
82-
- name: Fine-tune Phi-3 chat models
83-
href: how-to/fine-tune-phi-3.md
8464
- name: Cohere models
8565
items:
8666
- name: Cohere Command models
@@ -89,35 +69,57 @@ items:
8969
href: how-to/deploy-models-cohere-embed.md
9070
- name: Cohere Rerank models
9171
href: how-to/deploy-models-cohere-rerank.md
72+
- name: Gretel Navigator model
73+
href: how-to/deploy-models-gretel-navigator.md
74+
- name: Healthcare AI models
75+
items:
76+
- name: Foundational AI models for healthcare
77+
href: how-to/healthcare-ai/healthcare-ai-models.md
78+
- name: MedImageInsight - embedding model
79+
href: how-to/healthcare-ai/deploy-medimageinsight.md
80+
- name: CXRReportGen - text generation model
81+
href: how-to/healthcare-ai/deploy-cxrreportgen.md
82+
- name: MedImageParse - prompted segmentation model
83+
href: how-to/healthcare-ai/deploy-medimageparse.md
84+
- name: JAIS model
85+
href: how-to/deploy-models-jais.md
9286
- name: Meta Llama models
9387
items:
9488
- name: Meta Llama family models
9589
href: how-to/deploy-models-llama.md
9690
- name: Fine-tune Meta Llama family models
9791
href: how-to/fine-tune-model-llama.md
92+
- name: Microsoft Phi family models
93+
items:
94+
- name: Phi-3 chat models
95+
href: how-to/deploy-models-phi-3.md
96+
- name: Phi-3 chat model with vision
97+
href: how-to/deploy-models-phi-3-vision.md
98+
- name: Phi-3.5 chat model with vision
99+
href: how-to/deploy-models-phi-3-5-vision.md
100+
- name: Phi-4 chat models
101+
href: how-to/deploy-models-phi-4.md
102+
- name: Fine-tune Phi-3 chat models
103+
href: how-to/fine-tune-phi-3.md
98104
- name: Mistral family models
99105
items:
100-
- name: Mistral premium models
101-
href: how-to/deploy-models-mistral.md
102-
- name: Codestral model
103-
href: how-to/deploy-models-mistral-codestral.md
104-
- name: Mistral Nemo model
105-
href: how-to/deploy-models-mistral-nemo.md
106-
- name: Mistral-7B and Mixtral models
107-
href: how-to/deploy-models-mistral-open.md
106+
- name: Mistral premium models
107+
href: how-to/deploy-models-mistral.md
108+
- name: Codestral model
109+
href: how-to/deploy-models-mistral-codestral.md
110+
- name: Mistral Nemo model
111+
href: how-to/deploy-models-mistral-nemo.md
112+
- name: Mistral-7B and Mixtral models
113+
href: how-to/deploy-models-mistral-open.md
108114
displayName: maas
109-
- name: Gretel Navigator model
110-
href: how-to/deploy-models-gretel-navigator.md
111-
- name: JAIS model
112-
href: how-to/deploy-models-jais.md
113-
- name: AI21 Jamba models
114-
href: how-to/deploy-models-jamba.md
115+
- name: NTTDATA tsuzumi model
116+
items:
117+
- name: NTTDATA tsuzumi model
118+
href: how-to/deploy-models-tsuzumi.md
119+
- name: Fine-tune tsuzumi model
120+
href: how-to/fine-tune-models-tsuzumi.md
115121
- name: TimeGEN-1 model
116122
href: how-to/deploy-models-timegen-1.md
117-
- name: NTTDATA tsuzumi model
118-
href: how-to/deploy-models-tsuzumi.md
119-
- name: Fine-tune tsuzumi model
120-
href: how-to/fine-tune-models-tsuzumi.md
121123
- name: Azure OpenAI and AI services
122124
items:
123125
- name: Azure OpenAI in Azure AI Foundry
@@ -267,10 +269,6 @@ items:
267269
href: ../ai-services/openai/concepts/prompt-engineering.md?context=/azure/ai-studio/context/context
268270
- name: Image prompt engineering
269271
href: ../ai-services/openai/concepts/gpt-4-v-prompt-engineering.md?context=/azure/ai-studio/context/context
270-
- name: Fine-tuning in Azure AI Foundry
271-
href: concepts/fine-tuning-overview.md
272-
- name: Distillation
273-
href: concepts/concept-model-distillation.md
274272
- name: Synthetic Data Generation
275273
href: concepts/concept-synthetic-data.md
276274
- name: Develop with code
@@ -324,6 +322,16 @@ items:
324322
href: how-to/flow-develop-evaluation.md
325323
- name: A/B experimentation
326324
href: concepts/a-b-experimentation.md
325+
- name: Model optimizations
326+
items:
327+
- name: Fine-tuning in Azure AI Foundry
328+
href: concepts/fine-tuning-overview.md
329+
- name: Fine-tune with a managed compute
330+
href: how-to/fine-tune-managed-compute.md
331+
- name: Fine-tune Azure OpenAI models
332+
href: ../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context
333+
- name: Distillation
334+
href: concepts/concept-model-distillation.md
327335
- name: Deployments
328336
items:
329337
- name: Deploying models in Azure AI Foundry
@@ -332,6 +340,11 @@ items:
332340
href: how-to/deploy-models-serverless.md
333341
- name: Deploy models via managed compute
334342
href: how-to/deploy-models-managed.md
343+
- name: Consume serverless API models from a different project or hub
344+
href: how-to/deploy-models-serverless-connect.md
345+
displayName: maas, paygo, models-as-a-service
346+
- name: Model and region availability for Serverless API deployments
347+
href: how-to/deploy-models-serverless-availability.md
335348
- name: Quotas and limits
336349
href: ai-services/concepts/quotas-limits.md
337350
- name: Troubleshoot deployments and monitoring

0 commit comments

Comments
 (0)