/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/ai/toc.yml
73 строки
3 KB
alexwolfmsft
Meai conversion (#43405)
20 ноя 2024, 17:27
Не верифицирован
20 ноя 2024, 17:27
2a1467c
Код
Авторство
О чём код?
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: Microsoft.Extensions.AI building blocks href: ai-extensions.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: Connect to and prompt an AI model href: quickstarts/quickstart-openai-summarize-text.md - name: Build a chat app href: quickstarts/get-started-openai.md - name: Create an app to chat about your data href: quickstarts/quickstart-ai-chat-with-data.md - name: Execute a local .NET function href: quickstarts/quickstart-azure-openai-tool.md - name: Generate images href: quickstarts/quickstart-openai-generate-images.md - name: Chat with a local AI model href: quickstarts/quickstart-local-ai.md - name: Concepts items: - name: How generative AI and LLMs work href: conceptual/how-genai-and-llms-work.md - name: How agents and copilots work with LLMs href: conceptual/agents.md - name: Understand tokens href: conceptual/understanding-tokens.md - name: Preserve semantic meaning with embeddings href: conceptual/embeddings.md - name: Vector databases support semantic memory href: conceptual/vector-databases.md - name: Prompt engineering href: conceptual/prompt-engineering-dotnet.md - name: Chain of thought prompting href: conceptual/chain-of-thought-prompting.md - name: Zero-shot and few-shot learning href: conceptual/zero-shot-learning.md - name: Retrieval-augmented generation href: conceptual/rag.md - name: Understand OpenAI function calling href: conceptual/understanding-openai-functions.md - name: How-to articles 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 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: Scale Azure OpenAI with Azure Container Apps href: get-started-app-chat-scaling-with-azure-container-apps.md