Showing results for September 2024 | Semantic Kernel

Sep 27, 2024
0
1

Announcing Semantic Kernel for Java 1.3.0

Derek Keeler Milder Hernandez David Grieve
Derek,
Milder,
David

Hello again Java AI developers! We are announcing the 1.3.0 release of the Semantic Kernel for Java. You can find our updates on the GitHub repository and the artifacts on Maven Central. This release will mark the final experimental version of our Vector Store functionality. Vector search is now available across all our supported vector store...

Semantic KernelAnnouncementsAnnouncement
Sep 27, 2024
0
2

SK Python Kernel Reaches 1,000,000 downloads

Evan Chaki
Evan Chaki

We are thrilled to announce that Microsoft Semantic Kernel Python Kernel has reached an incredible milestone of 1,000,000 downloads! This achievement would not have been possible without the unwavering support and enthusiasm of our community. We want to extend our heartfelt thanks to every developer, contributor, and user who has embraced the Pytho...

Semantic KernelAnnouncementsAnnouncement
Sep 26, 2024
0
0

Using JSON Schema for Structured Output in Python for OpenAI Models

Evan Mattson
Evan Mattson

In working with AI applications, ensuring that the output generated by a language model is structured and follows a consistent format is critical—especially when handling complex tasks like solving math problems. A powerful way to achieve this is through the use of JSON Schema, which allows the AI model to produce outputs that align with a predefin...

Semantic KernelPython
Sep 25, 2024
1
5

Integrating AI into Business Processes with the Process Framework

Evan Chaki
Evan Chaki

As organizations look to enhance efficiency and decision-making, the integration of AI into business processes has become increasingly important. The new Process Framework for Microsoft Semantic Kernel empowers developers to seamlessly embed AI into their workflows, providing a structured approach to optimizing daily operations. Not sure what a ...

Semantic KernelAnnouncementsAnnouncement
Sep 24, 2024
0
0

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

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

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...

Customer Story
Sep 23, 2024
0
0

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

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

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

Announcement
Sep 17, 2024
0
6

New Function Calling Available in .NET for Semantic Kernel

Sergey Menshykh
Sergey Menshykh

We are happy to announce release of the new function-calling capabilities available in Semantic Kernel v1.20 (.NET). The new capabilities incorporates the best parts of the existing function-calling, such as ease of use, and improves on it by making it more extensible and reusable. Function calling allows Plugin descriptions to be passed into...

Semantic KernelAnnouncement.NET
Sep 17, 2024
1
2

Observability in Semantic Kernel

Tao Chen
Tao Chen

Many of you have asked similar questions: These are all excellent questions! They fundamentally belong to the same class of questions: How do I observe Semantic Kernel and, ultimately, my application? Introducing: Observability in Semantic Kernel Semantic Kernel is designed to be observable. It emits logs, metrics, and traces tha...

Semantic Kernel
Sep 16, 2024
0
4

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

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

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 KernelCustomer Story
Sep 12, 2024
5
1

Introducing new Ollama Connector for Local Models

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

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