Skip to content

Commit

Permalink
.Net: Add missing code samples reference to dotnet Readme (#6408)
Browse files Browse the repository at this point in the history
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
  • Loading branch information
RogerBarreto and markwallace-microsoft committed Jun 6, 2024
1 parent 6be43bc commit b8ce266
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8ce266

Please sign in to comment.