Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jandev/sk-hackathon
Repository meant as a backing for a hackathon I'm hosting
https://github.com/jandev/sk-hackathon
Last synced: 17 days ago
JSON representation
Repository meant as a backing for a hackathon I'm hosting
- Host: GitHub
- URL: https://github.com/jandev/sk-hackathon
- Owner: Jandev
- License: mit
- Created: 2023-05-04T18:08:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:24:41.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:04:44.629Z (8 months ago)
- Language: C#
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Semantic Kernel hackathon
This repository contains some sample projects which are can be used in a workshop.
## Assignment 1
Use the `main` branch for this assignment.
Create an API which can summarize a specified webpage.
Expected duration: 30 - 60 minutesSteps involved:
- Create an Azure Function with an HTTP Trigger
- Add Semantic Kernel to the project
- Create a skill and function to summarize an URL
- Invoke and return the results## Deep dive examples
The branch `session/deep-dive` contains some examples of how different areas of Semantic Kernel, Azure Open AI or other related services can be integrated in the solution.
For example:- Use the Planner
- Use embeddings to get related data
- Use Azure Cognitive Search