From e86ce9f4272649d98e5b1d50e349e5426944ecb0 Mon Sep 17 00:00:00 2001 From: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com> Date: Sun, 27 Oct 2024 04:33:26 +0000 Subject: [PATCH 1/3] Initial draft of ideas --- docs/ai/toc.yml | 57 +++++++++++++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/docs/ai/toc.yml b/docs/ai/toc.yml index 6c4f01e2f6337..2f48b22bbb7a1 100644 --- a/docs/ai/toc.yml +++ b/docs/ai/toc.yml @@ -1,16 +1,18 @@ items: - name: AI for .NET developers href: index.yml -- name: Overview - href: get-started/dotnet-ai-overview.md -- name: Ecosystem tools and SDKs - href: dotnet-ai-ecosystem.md -- name: Learning resources and samples - href: azure-ai-for-dotnet-developers.md -- name: What is Semantic Kernel? - href: semantic-kernel-dotnet-overview.md -- name: Authenticate to Azure AI services with .NET - href: azure-ai-services-authentication.md +- name: Get Started + items: + - name: Overview + href: get-started/dotnet-ai-overview.md + - name: Ecosystem tools and SDKs + href: dotnet-ai-ecosystem.md + - name: Learning resources and samples + href: azure-ai-for-dotnet-developers.md + - name: What is Semantic Kernel? + href: semantic-kernel-dotnet-overview.md + - name: Authenticate to Azure AI services with .NET + href: azure-ai-services-authentication.md - name: Quickstarts items: - name: Summarize text @@ -25,7 +27,7 @@ items: href: quickstarts/quickstart-openai-generate-images.md - name: Chat with a local AI model href: quickstarts/quickstart-local-ai.md -- name: Concepts +- name: Fundamentals items: - name: How generative AI and LLMs work href: conceptual/how-genai-and-llms-work.md @@ -47,25 +49,38 @@ items: href: conceptual/rag.md - name: Understand OpenAI function calling href: conceptual/understanding-openai-functions.md -- name: How-to articles + - name: Use custom & local AI models with Semantic Kernel + href: how-to/work-with-local-models.md +- name: Use Cases + items: +- name: Working with Data + items: + - name: Get started with the chat using your data sample + href: get-started-app-chat-template.md + - name: Implement RAG using vector search + href: tutorials/tutorial-ai-vector-search.md +- name: Security & Safety items: - name: Authenticate App Service to Azure OpenAI href: how-to/app-service-aoai-auth.md - name: Authenticate App Service to a vector database href: how-to/app-service-db-auth.md - - name: Use Redis with Semantic Kernel - href: how-to/use-redis-for-memory.md - - name: Use custom & local AI models with Semantic Kernel - href: how-to/work-with-local-models.md - name: Work with content filtering href: how-to/content-filtering.md -- name: Tutorials +- names: Testing & Evaluation items: - - name: Get started with the chat using your data sample - href: get-started-app-chat-template.md - name: Evaluate LLM prompt completions href: tutorials/llm-eval.md - - name: Implement RAG using vector search - href: tutorials/tutorial-ai-vector-search.md +- name: Debugging + items: +- name: Monitoring + items: +- name: Performance + items: + - name: Use Redis with Semantic Kernel + href: how-to/use-redis-for-memory.md - name: Scale Azure OpenAI with Azure Container Apps href: get-started-app-chat-scaling-with-azure-container-apps.md +- name: Training + items: +- \ No newline at end of file From 1e796e27b710fb820a9287e70e225c08b7d87d02 Mon Sep 17 00:00:00 2001 From: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:00:23 -0800 Subject: [PATCH 2/3] Fixing build errors and adding placeholders --- docs/ai/toc.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/ai/toc.yml b/docs/ai/toc.yml index 2f48b22bbb7a1..a430d9c1f4a61 100644 --- a/docs/ai/toc.yml +++ b/docs/ai/toc.yml @@ -59,6 +59,18 @@ items: href: get-started-app-chat-template.md - name: Implement RAG using vector search href: tutorials/tutorial-ai-vector-search.md + - name: Loading CSV files + href: placeholder.md + - name: Loading HTML + href: placeholder.md + - name: Loading JSON + href: placeholder.md + - name: Loading Office Documents + href: placeholder.md + - name: Loading PDFs + href: placeholder.md + - name: Loading SQL Data + href: placeholder.md - name: Security & Safety items: - name: Authenticate App Service to Azure OpenAI @@ -67,7 +79,7 @@ items: href: how-to/app-service-db-auth.md - name: Work with content filtering href: how-to/content-filtering.md -- names: Testing & Evaluation +- name: Testing & Evaluation items: - name: Evaluate LLM prompt completions href: tutorials/llm-eval.md @@ -83,4 +95,3 @@ items: href: get-started-app-chat-scaling-with-azure-container-apps.md - name: Training items: -- \ No newline at end of file From e2177e00be13010f09200e7c1fd26eefc9f850b2 Mon Sep 17 00:00:00 2001 From: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:04:06 -0800 Subject: [PATCH 3/3] Replaced bad placeholder.md --- docs/ai/toc.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ai/toc.yml b/docs/ai/toc.yml index a430d9c1f4a61..7bef31c7b2d33 100644 --- a/docs/ai/toc.yml +++ b/docs/ai/toc.yml @@ -60,17 +60,17 @@ items: - name: Implement RAG using vector search href: tutorials/tutorial-ai-vector-search.md - name: Loading CSV files - href: placeholder.md + href: dotnet-ai-ecosystem.md - name: Loading HTML - href: placeholder.md + href: dotnet-ai-ecosystem.md - name: Loading JSON - href: placeholder.md + href: dotnet-ai-ecosystem.md - name: Loading Office Documents - href: placeholder.md + href: dotnet-ai-ecosystem.md - name: Loading PDFs - href: placeholder.md + href: dotnet-ai-ecosystem.md - name: Loading SQL Data - href: placeholder.md + href: dotnet-ai-ecosystem.md - name: Security & Safety items: - name: Authenticate App Service to Azure OpenAI