@@ -40,24 +40,6 @@ items:
40
40
- name : How-to
41
41
expanded : true
42
42
items :
43
- - name : Explore Azure AI Studio
44
- items :
45
- - name : Model catalog
46
- href : how-to/model-catalog.md
47
- - name : Azure AI capabilities
48
- href : how-to/models-foundation-azure-ai.md
49
- - name : SDK and CLI
50
- items :
51
- - name : Azure AI Generative SDK
52
- items :
53
- - name : Overview
54
- href : how-to/sdk-generative-overview.md
55
- - name : Get started with the Azure AI SDK
56
- href : how-to/sdk-install.md
57
- - name : Get started with the Azure AI CLI
58
- href : how-to/cli-install.md
59
- - name : Work with Azure AI projects in VS Code
60
- href : how-to/develop-in-vscode.md
61
43
- name : Create Azure AI projects and resources
62
44
items :
63
45
- name : Azure AI hub resources overview
@@ -167,36 +149,42 @@ items:
167
149
href : how-to/evaluate-prompts-playground.md
168
150
- name : View evaluation results in Azure AI Studio
169
151
href : how-to/evaluate-flow-results.md
170
- - name : Fine-tune models
171
- items :
172
- - name : Fine-tune Llama 2 family models
173
- href : how-to/fine-tune-model-llama.md
174
152
- name : Deploy and monitor
175
153
items :
176
154
- name : Deployments overview
177
155
href : concepts/deployments-overview.md
178
156
displayName : endpoint
179
157
- name : Deploy Azure OpenAI models
180
158
href : how-to/deploy-models-openai.md
181
- - name : Deploy Cohere models
159
+ - name : Monitor prompt flow deployments
160
+ href : how-to/monitor-quality-safety.md
161
+ - name : Troubleshoot deployments and monitoring
162
+ href : how-to/troubleshoot-deploy-and-monitor.md
163
+ - name : Work with foundation models
164
+ items :
165
+ - name : Azure AI capabilities
166
+ href : how-to/models-foundation-azure-ai.md
167
+ - name : Model catalog
168
+ href : how-to/model-catalog.md
169
+ - name : Cohere models
182
170
items :
183
171
- name : Deploy Cohere Command models
184
172
href : how-to/deploy-models-cohere-command.md
185
173
- name : Deploy Cohere Embed models
186
174
href : how-to/deploy-models-cohere-embed.md
187
- - name : Deploy Llama 2 family models
188
- href : how-to/deploy-models-llama.md
189
- displayName : maas
175
+ - name : Llama 2 family models
176
+ items :
177
+ - name : Deploy Llama 2 family models
178
+ href : how-to/deploy-models-llama.md
179
+ - name : Fine-tune Llama 2 family models
180
+ href : how-to/fine-tune-model-llama.md
181
+ displayName : maas
190
182
- name : Deploy Mistral family models
191
183
href : how-to/deploy-models-mistral.md
192
184
displayName : maas
193
185
- name : Deploy open models
194
186
href : how-to/deploy-models-open.md
195
187
displayName : oss, open source
196
- - name : Monitor prompt flow deployments
197
- href : how-to/monitor-quality-safety.md
198
- - name : Troubleshoot deployments and monitoring
199
- href : how-to/troubleshoot-deploy-and-monitor.md
200
188
- name : Costs and quotas
201
189
items :
202
190
- name : Plan and manage costs
@@ -230,6 +218,18 @@ items:
230
218
href : ../ai-services/encryption/cognitive-services-encryption-keys-portal.md?context=/azure/ai-studio/context/context
231
219
- name : Vulnerability management
232
220
href : concepts/vulnerability-management.md
221
+ - name : SDK and CLI
222
+ items :
223
+ - name : Azure AI Generative SDK
224
+ items :
225
+ - name : Overview
226
+ href : how-to/sdk-generative-overview.md
227
+ - name : Get started with the Azure AI SDK
228
+ href : how-to/sdk-install.md
229
+ - name : Get started with the Azure AI CLI
230
+ href : how-to/cli-install.md
231
+ - name : Work with Azure AI projects in VS Code
232
+ href : how-to/develop-in-vscode.md
233
233
- name : Responsible AI
234
234
items :
235
235
- name : Overview
@@ -246,9 +246,16 @@ items:
246
246
href : ./concepts/safety-evaluations-transparency-note.md
247
247
- name : Reference
248
248
items :
249
- - name : Azure AI SDK for Python
250
- href : /python/api/overview/azure/ai
251
- displayName : reference
249
+ - name : Azure Machine Learning Python SDK
250
+ href : /python/api/overview/azure/ai-ml-readme
251
+ - name : Azure Machine Learning REST API
252
+ href : /rest/api/azureml
253
+ - name : Azure AI services SDKs
254
+ displayName : client library libraries development kit
255
+ href : ../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context
256
+ - name : Azure AI services REST APIs
257
+ displayName : swagger http
258
+ href : ../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context
252
259
- name : Azure Policy built-ins
253
260
displayName : samples, policies, definitions
254
261
href : ../ai-services/policy-reference.md?context=/azure/ai-studio/context/context
0 commit comments