-
Notifications
You must be signed in to change notification settings - Fork 526
/
Copy pathTOC.yml
172 lines (172 loc) · 13.2 KB
/
TOC.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
items:
- name: Develop AI apps using Azure AI services
href: index.yml
items:
- name: Overview
href: azure-ai-for-developers.md
- name: Concepts
items:
- name: Generative AI concepts and introduction
items:
- name: Introduction to generative AI
href: introduction-build-generative-ai-solutions.md
- name: Concepts and considerations
href: gen-ai-concepts-considerations-developers.md
- name: Augment LLMs with RAG and fine-tuning
href: augment-llm-rag-fine-tuning.md
- name: Advanced RAG
href: advanced-retrieval-augmented-generation.md
- name: Security concepts
items:
- name: Security planning for LLM-based applications
href: /ai/playbook/technology-guidance/generative-ai/mlops-in-openai/security/security-plan-llm-application?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Security guidance for Large Language Models
href: /ai/playbook/technology-guidance/generative-ai/mlops-in-openai/security/security-recommend?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: How-tos
items:
- name: Extract entities using Azure OpenAI Structured Outputs Mode
href: how-to/extract-entities-using-structured-outputs.md
- name: Switch between OpenAI and Azure OpenAI endpoints with Python
href: /azure/ai-services/openai/how-to/switching-endpoints?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Security
items:
- name: Use Azure OpenAI without keys
href: keyless-connections.md
- name: Use Azure AI Search without keys
href: /azure/search/keyless-connections?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: AI app templates
items:
- name: Overview
href: intelligent-app-templates.md
- name: Secure your AI App with keyless authentication
href: get-started-securing-your-ai-app.md
- name: Agents
items:
- name: Get started with multi-agent applications
href: get-started-multi-agents.md
- name: Chat with your data
items:
- name: Python
items:
- name: Get started with the chat app template
href: ../python/get-started-app-chat-template.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started with multimodal vision in a chat app
href: get-started-app-chat-vision.md
- name: JavaScript
items:
- name: Get started with the chat app template
href: ../javascript/ai/get-started-app-chat-template.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Serverless AI chat with RAG using LangChain.js
href: ../javascript/ai/get-started-app-chat-template-langchainjs.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Serverless Azure OpenAI Assistants with function calling
href: ../javascript/ai/get-started-app-chat-assistants-function-calling.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Java
href: ../java/ai/get-started-app-chat-template.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: .NET
href: /dotnet/ai/get-started-app-chat-template?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Evaluate the chat app
items:
- name: Python
href: ../python/get-started-app-chat-evaluations.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: JavaScript
href: ../javascript/ai/get-started-app-chat-evaluations.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Load balance the chat app
items:
- name: Load balance with Azure Container Apps
items:
- name: Python
href: ../python/get-started-app-chat-scaling-with-azure-container-apps.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: JavaScript
href: ../javascript/ai/get-started-app-chat-scaling-with-azure-container-apps.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Java
href: ../java/ai/get-started-app-chat-scaling-with-azure-container-apps.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: .NET
href: /dotnet/ai/get-started-app-chat-scaling-with-azure-container-apps?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Load balance with Azure API Management
items:
- name: Python
href: ../python/get-started-app-chat-scaling-with-azure-api-management.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: JavaScript
href: ../javascript/ai/get-started-app-chat-scaling-with-azure-api-management.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Load test the Python chat app with Locust
href: ../python/get-started-app-chat-app-load-test-locust.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Configure document security for the Python chat app
href: ../python/get-started-app-chat-document-security-trim.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Redeploy the Python chat app with private endpoints
href: ../python/get-started-app-chat-private-endpoint.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Connect a JavaScript frontend and Python backend
href: ../javascript/ai/chat-app-with-separate-front-back-end.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Resources
items:
- name: Resources for all languages
href: resources-overview.md
- name: Python
items:
- name: Python resources
href: ../python/azure-ai-for-python-developers.md?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started generating text using Azure OpenAI Service
href: /azure/ai-services/openai/quickstart?pivots=programming-language-python&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using GPT-35-Turbo and GPT-4 with Azure OpenAI Service
href: /azure/ai-services/openai/chatgpt-quickstart?pivots=programming-language-python&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Chat with Azure OpenAI models using your own data
href: /azure/ai-services/openai/use-your-data-quickstart?pivots=programming-language-python&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using Azure OpenAI Assistants
href: /azure/ai-services/openai/assistants-quickstart?pivots=programming-language-python&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Use images in your AI chats
href: /azure/ai-services/openai/gpt-v-quickstart?pivots=programming-language-python&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Generate images with Azure OpenAI Service
href: /azure/ai-services/openai/dall-e-quickstart?pivots=programming-language-python&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: JavaScript
items:
- name: JavaScript resources
href: ../javascript/ai/azure-ai-for-javascript-developers.md?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using GPT-35-Turbo and GPT-4 with Azure OpenAI Service
href: /azure/ai-services/openai/chatgpt-quickstart?pivots=programming-language-javascript&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Chat with Azure OpenAI models using your own data
href: /azure/ai-services/openai/use-your-data-quickstart?pivots=programming-language-javascript&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using Azure OpenAI Assistants
href: /azure/ai-services/openai/assistants-quickstart?pivots=programming-language-javascript&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Use images in your AI chats
href: /azure/ai-services/openai/gpt-v-quickstart?pivots=programming-language-javascript&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started generating text using Azure OpenAI Service
href: /azure/ai-services/openai/quickstart?pivots=programming-language-javascript&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Generate images with Azure OpenAI Service
href: /azure/ai-services/openai/dall-e-quickstart?pivots=programming-language-javascript&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Java
items:
- name: Java resources
href: ../java/ai/azure-ai-for-java-developers.md?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using GPT-35-Turbo and GPT-4 with Azure OpenAI Service
href: /azure/ai-services/openai/chatgpt-quickstart?pivots=programming-language-java&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using GPT-35-Turbo and GPT-4 with Azure OpenAI Service in IntelliJ
href: ../java/toolkit-for-intellij/chatgpt-intellij.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Chat with Azure OpenAI models using your own data
href: /azure/ai-services/openai/use-your-data-quickstart?pivots=programming-language-spring&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started using Azure OpenAI Assistants
href: /azure/ai-services/openai/assistants-quickstart?pivots=programming-language-java&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Use images in your AI chats
href: /azure/ai-services/openai/gpt-v-quickstart?pivots=programming-language-java&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Get started generating text using Azure OpenAI Service
href: /azure/ai-services/openai/quickstart?pivots=programming-language-java&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Generate images with Azure OpenAI Service
href: /azure/ai-services/openai/dall-e-quickstart?pivots=programming-language-java&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: .NET
items:
- name: AI for .NET docs center
href: /dotnet/ai
- name: Overview
href: /dotnet/ai/get-started/dotnet-ai-overview?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Learning resources and samples
href: /dotnet/ai/azure-ai-for-dotnet-developers?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Build a chat app
href: /dotnet/ai/quickstarts/get-started-azure-openai?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Create a chat app that uses your data
href: /dotnet/ai/quickstarts/quickstart-ai-chat-with-data?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Summarize text
href: /dotnet/ai/quickstarts/quickstart-openai-summarize-text?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Generate images
href: /dotnet/ai/quickstarts/quickstart-openai-generate-images?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Implement RAG using vector search
href: /dotnet/ai/tutorials/tutorial-ai-vector-search?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
- name: Go
href: ../go/azure-ai-for-go-developers.md?&toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json