semantic-kernel
There are 178 repositories under semantic-kernel topic.
microsoft/ai-agents-for-beginners
12 Lessons to Get Started Building AI Agents
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
microsoft/Generative-AI-for-beginners-dotnet
Five lessons, learn how to really apply AI to your .NET Applications
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
Azure-Samples/miyagi
Sample to envision intelligent apps with Microsoft's Copilot stack for AI-infused product experiences.
Azure/AI-in-a-Box
AI-in-a-Box leverages the expertise of Microsoft across the globe to develop and provide AI and ML solutions to the technical community. Our intent is to present a curated collection of solution accelerators that can help engineers establish their AI/ML environments and solutions rapidly and with minimal friction.
AIDotNet/koala-ai
基于.NET8+React实现的企业级智能客服知识库
Richasy/FantasyCopilot
A new-age AI desktop tool
kimtth/awesome-azure-openai-llm
A curated list of 🌌 Azure OpenAI, 🦙 Large Language Models (incl. RAG, Agent), and references. [code] https://github.com/kimtth/azure-openai-llm-cookbook
afrise/MCPSharp
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients - the standardized API protocol used by AI assistants and models.
li2109/langtorch
🔥 Building composable LLM applications & workflow with Java.
Azure/intelligent-app-workshop
Immersive workshop showcasing the remarkable potential of integrating SoTA foundation models to enhance product experiences and streamline backend workflows. Leverages Microsoft's Copilot stack, Semantic Kernel and Azure primitives to offer an engaging and comprehensive introduction to AI-infused app development and deployment
johnmaeda/SK-Recipes
A collection of C# notebooks to get you started with Semantic Kernel quickly.
mehrandvd/skunit
skUnit is a testing tool for .NET AI units, such as IChatClient and SK kernels.
Azure-Samples/semantic-kernel-rag-chat
Tutorial for ChatGPT + Enterprise Data with Semantic Kernel, OpenAI, and Azure Cognitive Search
marcominerva/SqlDatabaseVectorSearch
A Blazor Web App and Minimal API for performing RAG (Retrieval Augmented Generation) and vector search using the native VECTOR type in Azure SQL Database and Azure OpenAI.
kbeaugrand/SemanticKernel.Assistants
Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
Josephrp/DataTonic
🌟DataTonic : A Data-Capable AGI-style Agent Builder of Agents , that creates swarms , runs commands and securely processes and creates datasets, databases, visualisations, and analyses.
laurentkempe/aiPlayground
Some experiments around AI to learn.
Azure-Samples/aspire-semantic-kernel-creative-writer
A creative writing multi-agent solution to help users write articles using Aspire and Semantic Kernel
Josephrp/scitonic
👩🏻🔬🧪SciTonic is a highly adaptive technical operator of agents that can produce complexe analyses on technical data with high performance & on-the-fly . You can ask it what you want and it will respond with quality everytime.
Jenscaasen/UniversalLLMFunctionCaller
A planner that integrates into Semantic Kernel to enable function calling on all Chat based LLMs (Mistral, Bard, Claude, LLama etc)
BLaZeKiLL/Codeblaze.SemanticKernel
Some Cool Semantic Kernel Plugins
anthonypuppo/sk-nl2ef-plugin
A ChatGPT plugin built with Semantic Kernel that queries a database via natural language. Winner of Microsoft's first Semantic Kernel hackathon in the "Most Useful for the Enterprise" category.
cnblogs/semantic-kernel-dashscope
Semantic Kernel Connector to DashScope
LittleLittleCloud/Agent-ChatRoom
A multi-agent chatroom for AutoGen agents
lemillermicrosoft/skonsole
A collection of Plugins and example console application built on the Semantic Kernel
marcominerva/KernelMemoryService
A lightweight implementation of Kernel Memory as a Service
MickMelon/PedGPT
AI-driven peds for GTA V/FiveM using GPT, enhancing gameplay with realistic, engaging autonomous agents on .NET.
custouch/semantic-kernel-ERNIE-Bot
Semantic Kernel 集成文心千帆
john0isaac/rag-semantic-kernel-mongodb-vcore
A sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search, and semantic kernel.
feiyun0112/Local-LLM-Server
quick way to build a private large language model server and provide OpenAI-compatible interfaces | 快速搭建私有大语言模型(LLM)服务,提供OpenAI兼容接口
marcominerva/OpenAIEmbeddingSample
An example that shows how to use Semantic Kernel and Kernel Memory to work with embeddings in a .NET application using SQL Server as Vector Database.
xbotter/PromptPlayground
A simple Semantic Kernel semantic function debugging tool.
bartczernicki/MachineIntelligence-TextAnalytics-TPLDataFlows
Machine Intelligence using OpenAI, Semantic Kernel, Vector Search, SQL Server
thinktecture-labs/semantic-kernel-semanticsearch
Example how to implement a question & answer flow using semantic search with OpenAI - by using C# & Semantic Kernel