Skip to content

Commit e86ce9f

Browse files
committed
Initial draft of ideas
1 parent e082181 commit e86ce9f

File tree

1 file changed

+36
-21
lines changed

1 file changed

+36
-21
lines changed

docs/ai/toc.yml

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
items:
22
- name: AI for .NET developers
33
href: index.yml
4-
- name: Overview
5-
href: get-started/dotnet-ai-overview.md
6-
- name: Ecosystem tools and SDKs
7-
href: dotnet-ai-ecosystem.md
8-
- name: Learning resources and samples
9-
href: azure-ai-for-dotnet-developers.md
10-
- name: What is Semantic Kernel?
11-
href: semantic-kernel-dotnet-overview.md
12-
- name: Authenticate to Azure AI services with .NET
13-
href: azure-ai-services-authentication.md
4+
- name: Get Started
5+
items:
6+
- name: Overview
7+
href: get-started/dotnet-ai-overview.md
8+
- name: Ecosystem tools and SDKs
9+
href: dotnet-ai-ecosystem.md
10+
- name: Learning resources and samples
11+
href: azure-ai-for-dotnet-developers.md
12+
- name: What is Semantic Kernel?
13+
href: semantic-kernel-dotnet-overview.md
14+
- name: Authenticate to Azure AI services with .NET
15+
href: azure-ai-services-authentication.md
1416
- name: Quickstarts
1517
items:
1618
- name: Summarize text
@@ -25,7 +27,7 @@ items:
2527
href: quickstarts/quickstart-openai-generate-images.md
2628
- name: Chat with a local AI model
2729
href: quickstarts/quickstart-local-ai.md
28-
- name: Concepts
30+
- name: Fundamentals
2931
items:
3032
- name: How generative AI and LLMs work
3133
href: conceptual/how-genai-and-llms-work.md
@@ -47,25 +49,38 @@ items:
4749
href: conceptual/rag.md
4850
- name: Understand OpenAI function calling
4951
href: conceptual/understanding-openai-functions.md
50-
- name: How-to articles
52+
- name: Use custom & local AI models with Semantic Kernel
53+
href: how-to/work-with-local-models.md
54+
- name: Use Cases
55+
items:
56+
- name: Working with Data
57+
items:
58+
- name: Get started with the chat using your data sample
59+
href: get-started-app-chat-template.md
60+
- name: Implement RAG using vector search
61+
href: tutorials/tutorial-ai-vector-search.md
62+
- name: Security & Safety
5163
items:
5264
- name: Authenticate App Service to Azure OpenAI
5365
href: how-to/app-service-aoai-auth.md
5466
- name: Authenticate App Service to a vector database
5567
href: how-to/app-service-db-auth.md
56-
- name: Use Redis with Semantic Kernel
57-
href: how-to/use-redis-for-memory.md
58-
- name: Use custom & local AI models with Semantic Kernel
59-
href: how-to/work-with-local-models.md
6068
- name: Work with content filtering
6169
href: how-to/content-filtering.md
62-
- name: Tutorials
70+
- names: Testing & Evaluation
6371
items:
64-
- name: Get started with the chat using your data sample
65-
href: get-started-app-chat-template.md
6672
- name: Evaluate LLM prompt completions
6773
href: tutorials/llm-eval.md
68-
- name: Implement RAG using vector search
69-
href: tutorials/tutorial-ai-vector-search.md
74+
- name: Debugging
75+
items:
76+
- name: Monitoring
77+
items:
78+
- name: Performance
79+
items:
80+
- name: Use Redis with Semantic Kernel
81+
href: how-to/use-redis-for-memory.md
7082
- name: Scale Azure OpenAI with Azure Container Apps
7183
href: get-started-app-chat-scaling-with-azure-container-apps.md
84+
- name: Training
85+
items:
86+
-

0 commit comments

Comments
 (0)