Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .openpublishing.redirection.ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
{
"source_path_from_root": "/docs/ai/quickstarts/get-started-azure-openai.md",
"redirect_url": "/dotnet/ai/quickstarts/get-started-openai"
},
{
"source_path_from_root": "/docs/ai/how-to/use-redis-for-memory.md",
"redirect_url": "/dotnet/ai"
},
{
"source_path_from_root": "/docs/ai/how-to/work-with-local-models.md",
"redirect_url": "/dotnet/ai"
}
]
}
7 changes: 4 additions & 3 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
"docs/core/runtime-config/**.md": "reference",
"docs/core/tools/dotnet*.md": "reference",
"docs/core/tools/sdk-errors/*.md": "error-reference",
"docs/core/testing/mstest-analyzers/*.md": "error-reference",
"docs/core/tutorials/**.md": "tutorial",
"docs/csharp/getting-started/**/*.md": "overview",
"docs/csharp/how-to/**/*.md": "how-to",
Expand All @@ -268,7 +269,7 @@
"docs/csharp/roslyn-sdk/tutorials/*.md": "tutorial",
"docs/csharp/tour-of-csharp/tutorials/**": "tutorial",
"docs/csharp/tutorials/**": "tutorial",
"docs/framework/additional-apis/**/**.md": "managed-reference",
"docs/framework/additional-apis/**/**.md": "reference",
"docs/framework/configure-apps/file-schema/**/**.md": "reference",
"docs/framework/data/adonet/ef/language-reference/*-entity-sql.md": "language-reference",
"docs/framework/debug-trace-profile/*-mda.md": "reference",
Expand All @@ -286,8 +287,8 @@
"docs/framework/**/troubleshooting*.md": "troubleshooting",
"docs/fsharp/language-reference/**/**.md": "language-reference",
"docs/iot/**/*.*": "conceptual",
"docs/fundamentals/code-analysis/quality-rules/**.md": "reference",
"docs/fundamentals/code-analysis/style-rules/**.md": "reference",
"docs/fundamentals/code-analysis/quality-rules/**.md": "error-reference",
"docs/fundamentals/code-analysis/style-rules/**.md": "error-reference",
"docs/fundamentals/diagnostics/runtime-*.md": "reference",
"docs/fundamentals/syslib-diagnostics/**/*.md": "error-reference",
"docs/standard/**/*how-to*.md": "how-to",
Expand Down
61 changes: 0 additions & 61 deletions docs/ai/how-to/use-redis-for-memory.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/ai/how-to/work-with-local-models.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/ai/quickstarts/quickstart-assistants.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ Complete the following steps to create a .NET console app and add the package ne

## Next steps

- [Quickstart - Get insight about your data from an .NET Azure AI chat app](../how-to/work-with-local-models.md)
- [Generate text and conversations with .NET and Azure OpenAI Completions](/training/modules/open-ai-dotnet-text-completions/)
1 change: 0 additions & 1 deletion docs/ai/quickstarts/quickstart-local-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,4 @@ The Semantic Kernel SDK provides many services and features to connect to AI mod

## Next steps

- [Quickstart - Get insight about your data from an .NET Azure AI chat app](../how-to/work-with-local-models.md)
- [Generate text and conversations with .NET and Azure OpenAI Completions](/training/modules/open-ai-dotnet-text-completions/)
6 changes: 1 addition & 5 deletions docs/ai/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,8 @@ items:
items:
- name: Authenticate to Azure OpenAI from an Azure hosted app
href: how-to/app-service-aoai-auth.md
- name: Authenticate App Service to a vector database
- name: Authenticate to Azure Databases from an Azure hosted app
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
Expand Down
Loading
Loading