Showing results for Tag: python from Semantic Kernel

Jan 29, 2025
0
2

Using DeepSeek models in Microsoft Semantic Kernel

Tao Chen Sophia Lagerkrans-Pandey
Tao,
Sophia

DeepSeek recently awed the AI community by open sourcing two new state-of-the-art models, the DeepSeek-V3 and a reasoning model, the DeepSeek-R1, that not only claim to be op-par with the most capable models from OpenAI but are also extremely cost-effective. We'd like to highlight the recent announcement from the Azure AI Foundry team highlighting ...

Semantic Kernel
Dec 10, 2024
0
1

ONNX GenAI Connector for Python (Experimental) 

Sophia Lagerkrans-Pandey Nico Möller Tao Chen
Sophia,
Nico,
Tao

ONNX GenAI Connector for Python (Experimental)  With the latest update we added support for running models locally with the onnxruntime-genai. The onnxruntime-genai package is powered by the ONNX Runtime in the background, but first let’s clarify what ONNX, ONNX Runtime and ONNX Runtime-GenAI are.  ONNX ONNX is an open-source format for AI model...

Semantic Kernel
Nov 25, 2024
1
1

Unlocking the Power of Memory: Announcing General Availability of Semantic Kernel’s Memory Packages

Wes Steyn Eduard van Valkenburg
Wes,
Eduard

We are thrilled to announce the General Availability (GA) of our Memory packages for .NET, Java, and Python! The Semantic Kernel team and our partners have been working hard to allow you to quickly connect to vector stores and make it easy for you to do embeddings and data retrieval between stores. Transforming Data Management with Vector Stores...

Announcement.NETPython
Nov 21, 2024
0
0

Announcing the GA Release of Filters for .NET and Python in Semantic Kernel

Roger Barreto Eduard van Valkenburg Dmytro Struk
Roger,
Eduard,
Dmytro

We are excited to announce the General Availability (GA) release of Filters for our .NET and Python Semantic Kernel! This vital enhancement strengthens the control and visibility developers have when running functions, ensuring responsible AI practices are instilled from the ground up. Filters not only improve security but also contribute to buildi...

Semantic KernelAnnouncementsAnnouncement
Nov 21, 2024
0
3

Announcing the GA Release of the OpenAPI Plugin for .NET and Python in Semantic Kernel

Sergey Menshykh Dmytro Struk Evan Mattson
Sergey,
Dmytro,
Evan

We are thrilled to announce the General Availability (GA) release of the OpenAPI package for Semantic Kernel, available for both .NET and Python! With this significant milestone, developers can easily integrate existing APIs as plugins, enhancing the capabilities of their AI agents while making them more versatile in real-world applications. Why O...

.NETAnnouncementsAnnouncement
Nov 15, 2024
0
0

Working with Audio in Semantic Kernel Python

Tao Chen
Tao Chen

We are pleased to announce the arrival of audio support in Semantic Kernel Python. This new audio functionality will enable you to create more interactive and accessible user experiences. In this blog post, I will detail the new interface, the existing connectors, and provide samples. Please continue reading for more information. Audio-to-Text Th...

Semantic Kernel
Oct 25, 2024
0
2

Process Framework gets Python support and more!

Shawn Henry
Shawn Henry

As we continue to empower developers in embedding AI into their workflows, we are thrilled to announce significant updates to the Microsoft Semantic Kernel's Process Framework. Building on our introductory blog, we’ve made enhancements that further streamline business process automation and AI integration and help you to be successful with the Sema...

Semantic KernelAnnouncementsAnnouncement
Oct 11, 2024
0
2

Announcement: Agent Framework Documentation Updates

Evan Mattson Chris Rickman Sophia Lagerkrans-Pandey
Evan,
Chris,
Sophia

The Semantic Kernel Agent Framework revolutionizes how developers can interact with Large Language Models (LLMs) by embedding dynamic, multi-step agents into their applications. By combining the power of LLMs with structured programming, the framework allows developers to build intelligent systems that can autonomously carry out tasks, reason based...

Semantic Kernel.NETPython
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