diff --git a/dotnet/README.md b/dotnet/README.md index f63fae91b9aa..24bb4355b7eb 100644 --- a/dotnet/README.md +++ b/dotnet/README.md @@ -4,8 +4,9 @@ To run the LLM prompts and semantic functions in the examples below, make sure you have an -[OpenAI API Key](https://platform.openai.com) or -[Azure OpenAI Service Key](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=rest-api). + +- [Azure OpenAI Service Key](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=rest-api) or +- [OpenAI API Key](https://platform.openai.com). ## Nuget package @@ -82,6 +83,18 @@ requirements and setup instructions. 9. [Chatting with ChatGPT and Images](./notebooks/08-chatGPT-with-DALL-E-3.ipynb) 10. [BingSearch using Kernel](./notebooks/10-BingSearch-using-kernel.ipynb) +# Semantic Kernel Samples + +The repository also contains the following code samples: + +| Type | Description | +| -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| [`GettingStarted`](./samples/GettingStarted/README.md) | Take this step by step tutorial to get started with the Semantic Kernel and get introduced to the key concepts. | +| [`GettingStartedWithAgents`](./samples/GettingStartedWithAgents/README.md) | Take this step by step tutorial to get started with the Semantic Kernel Agents and get introduced to the key concepts. | +| [`Concepts`](./samples/Concepts/README.md) | This section contains focussed samples which illustrate all of the concepts included in the Semantic Kernel. | +| [`Demos`](./samples/Demos/README.md) | Look here to find a sample which demonstrates how to use many of Semantic Kernel features. | +| [`LearnResources`](./samples/LearnResources/README.md) | Code snippets that are related to online documentation sources like Microsoft Learn, DevBlogs and others | + # Nuget packages Semantic Kernel provides a set of nuget packages to allow extending the core with