https://github.com/whiteducksoftware/demo-ai-semantic-kernel
Dieses Repository enthält Demos zum Semantic Kernel.
https://github.com/whiteducksoftware/demo-ai-semantic-kernel
ai ki semantic-kernel
Last synced: 2 months ago
JSON representation
Dieses Repository enthält Demos zum Semantic Kernel.
- Host: GitHub
- URL: https://github.com/whiteducksoftware/demo-ai-semantic-kernel
- Owner: whiteducksoftware
- License: mit
- Created: 2024-01-18T14:35:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T09:07:18.000Z (about 1 year ago)
- Last Synced: 2025-03-24T19:35:36.264Z (10 months ago)
- Topics: ai, ki, semantic-kernel
- Language: Jupyter Notebook
- Homepage:
- Size: 19.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Semantic Kernel demo repository
This repository contains multiple demos about Semantic Kernel, including:
- [sam-report-generator](https://github.com/whiteducksoftware/demo-ai-semantic-kernel/tree/main/src/sam-report-generator): An agent that creates a report based on notes. Uses the planner (HandlebarsPlanner) as well as native and semantic plugins.
- [wd-mainboardgpt](https://github.com/whiteducksoftware/demo-ai-semantic-kernel/tree/main/src/wd-mainboardgpt): The goal of this project is to develop a proof of concept for an agent that assists users with finding relevant information in a library of technical documentation. It uses the RAG (Retrieval-Augmented Generation) pattern to include these information for the LLM.
- [rag-ai-search](https://github.com/whiteducksoftware/demo-ai-semantic-kernel/tree/main/src/rag-ai-search): RAG-Copilot implementation, which allows questions to be asked on the basis of documents provided.