Posts by this author

Oct 3, 2024
Post comments count0
Post likes count3

Microsoft Hackathon: Project Micronaire using Semantic Kernel

During our internal Microsoft Hackathon, there were a number of projects using Semantic Kernel. Today we'd like to highlight one of the projects focused on using Semantic Kernel and the new Vector Store abstraction. I'm going to turn it over to the Hackathon team to share more about their project and work using Semantic Kernel. Summary In Microso...

Semantic Kernel
Oct 1, 2024
Post comments count2
Post likes count5

Using JSON Schema for Structured Output in .NET for OpenAI Models

In one of the previous posts, we demonstrated how to use JSON Schema to get Structured Output with OpenAI and Python version of Semantic Kernel: Using JSON Schema for Structured Output in Python for OpenAI Models. In this post, we will explore how to implement a JSON Schema-based structured output using .NET version of Semantic Kernel. For mo...

Announcement.NET
Sep 24, 2024
Post comments count0
Post likes count0

Microsoft Hackathon: Virtual Customer Success Manager (VCSM) using Semantic Kernel

Background on Hackathon Project: Virtual Customer Success Manager (VCSM) Semantic Kernel is a versatile SDK that seamlessly integrates AI models into applications, enhancing their responsiveness and understanding. It offers tools for chat completion, multi-agent coordination, and data retrieval, enabling developers to create advanced AI-driven sol...

Semantic Kernel
Sep 23, 2024
Post comments count0
Post likes count0

세계로 뻗어갑니다: “G3J Learn Semantic Kernel” 쇼 – 한국어로 배우는 Semantic Kernel!

세계로 뻗어갑니다: "G3J Learn Semantic Kernel" 쇼 – 한국어로 배우는 Semantic Kernel! 최근 빠르게 변화하는 기술 환경에서 개발자들은 지능형 애플리케이션을 구축하기 위한 최신 도구와 프레임워크를 지속적으로 탐색하고 있습니다. 이러한 요구에 맞춰 Microsoft는 자연어 처리와 데이터를 효과적으로 결합한 강력한 프레임워크, Semantic Kernel을 제공합니다. 저희는 최근 Let's Learn .NET 쇼를 통해 Microsoft Learn 모듈의 Semantic Kernel을 성공적으로 방송했습니다. 특히 이번 쇼는 영어 외에도 다양한 언어로 방송하며 전 세계...

Announcement
Sep 16, 2024
Post comments count0
Post likes count4

Semantic Kernel Content in Spanish: ¡Crea un ChatGPT en tu equipo sin la nube! Con Ollama, Microsoft PHI-3 y Semantic Kernel💥

Today we're highlighting Semantic Kernel content created in Spanish here: 💥¡Crea un ChatGPT en tu equipo sin la nube! Con Ollama, Microsoft PHI-3 y Semantic Kernel💥 (youtube.com) Estamos destacando a Rodrigo Ezequiel Liberoff Vazquez, quien es Arquitecto Senior de Software Cloud en Encamina y ha creado videos de Semantic Kernel en español enfoca...

Semantic KernelGuest Blog
Sep 12, 2024
Post comments count5
Post likes count2

Introducing new Ollama Connector for Local Models

Introducing new Ollama Connector for Local Models  As a long-awaited feature we are happy to bring a dedicated Ollama Connector. In the core implementation of this connector, we are also using the Ollama Sharp library which allows you to manipulate some native Ollama APIs as well as using it with our connector for breaking glass scenarios (provide...

Announcement
Sep 11, 2024
Post comments count0
Post likes count1

Introducing Azure AI Inference Connector for Azure AI Studio Models

Introduction  With the latest launch of the Azure AI Inference SDK for Azure AI Studio Models Catalog, we are happy to announce that we have also made available our dedicated Azure AI Inference Semantic Kernel Connector.  This connector is specially designed on top of the published Azure AI Inference SDK and is targeted to allow easy access to ...

Semantic Kernel
Sep 5, 2024
Post comments count0
Post likes count1

Guest Blog: Vision Buddy – Empowering the Visually Impaired with AI and .NET Semantic Kernel

Today we're featuring a guest author, Jonathan David. He’s written an article we’re sharing below, focused on how to create Vision Buddy to empower visually impaired individuals using .NET and Semantic Kernel. We’ll turn it over to Jonathan to share more! Discover how this proof-of-concept leverages AI using .NET Semantic Kernel to provide vis...

Semantic KernelGuest Blog
Sep 4, 2024
Post comments count1
Post likes count2

Guest Blog: Bring your AI Copilots to the edge with Phi-3 and Semantic Kernel

Bring your AI Copilots to the edge with Phi-3 and Semantic Kernel Today we're featuring a guest author, Arafat Tehsin, who's a Microsoft Most Valuable Professional (MVP) for AI. He's written an article we're sharing below, focused on how to Bring your AI Copilots to the edge with Phi-3 and Semantic Kernel. We'll turn it over to Arafat to sha...

Guest Blog
Aug 28, 2024
Post comments count0
Post likes count3

Protecting against Prompt Injection Attacks in Chat Prompts

Semantic Kernel allows prompts to be automatically converted to ChatHistory instances. Developers can create prompts which include <message> tags and these will be parsed (using an XML parser) and converted into instances of ChatMessageContent. See mapping of prompt syntax to completion service model for more information. Currently it is...

Semantic KernelAnnouncements