Showing results for Category: Semantic Kernel from Semantic Kernel

Dec 3, 2024
0
1

Tracing your AI apps with Azure AI Foundry

Tao Chen Sophia Lagerkrans-Pandey
Tao,
Sophia

We previously introduced observability within the Semantic Kernel. For further insights, please refer to our previous blog post, and you can also explore our learn site for additional details. To summarize, observability is an essential aspect of your application stack, particularly in today's landscape where AI plays a significant role in numer...

Semantic Kernel
Dec 2, 2024
0
0

使用Semantic Kernel来开启您的AI旅程

Tao Chen Sophia Lagerkrans-Pandey
Tao,
Sophia

Semantic Kernel (SK) 是由微软开发的一款开源开发工具包,旨在帮助开发者和企业利用最新的人工智能技术构建更智能和复杂的AI驱动解决方案,例如检索增强生成 (RAG) 和智能体 (Agent)。 核心概念 内核(Kernel) 您可以将SK的内核视为一个容器,该容器包含您所需的所有与AI相关的组件,如提示语模板、AI服务和插件。如果将所有的服务和插件提供给内核,则AI会根据需求自动使用它们。SK还提供多项企业级功能,使您可以保证您的AI符合安全要求且在部署后能够持续监控AI的表现。 提示语(Prompt Engineering) 提示语在使用大型语言模型中至关重要。优质的提示语能够显著提升用户体验。SK通过提示语模板(template)的方式来实现自然语言与...

Semantic Kernel
Nov 25, 2024
0
1

Microsoft Semantic Kernel Office Hours Update

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Microsoft Semantic Kernel Office Hours Update Over the upcoming Holidays period there are several office hours sessions that we'll be cancelling. Below is an updated view of our upcoming office hours availability. We will resume with regularly scheduled Office Hours on January 8th for our weekly and monthly sessions. During this time, feel free...

Semantic Kernel
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 19, 2024
0
0

Leveraging Microsoft 365 Agents SDK with Semantic Kernel for Enhanced Multichannel AI

Ben Thomas
Ben Thomas

As the landscape of AI continues to evolve, meeting users where they are is vital. We want to spotlight the newly released Microsoft 365 Agents SDK and its seamless integration with Semantic Kernel. This powerful combination empowers developers to create robust AI agents capable of operating across multiple channels, engaging users wherever they ar...

Semantic KernelAnnouncementsAnnouncement
Nov 18, 2024
0
0

Customer Case Study: Zipp by Sticos – Powered by Semantic Kernel

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Today we're featuring Sticos on our Semantic Kernel blog to highlight their customer journey with AI and Semantic Kernel. Who is Sticos Our Vision: Sticos is determined to become the most customer driven company in the world. Together we make incomprehensible legislation easy and practical! What We Do: We combine legal ...

Semantic KernelCustomer Story
Nov 18, 2024
0
0

Customer Case Study: Fujitsu Kozuchi AI Agent Powered by Semantic Kernel

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Customer Case Study: Fujitsu Kozuchi AI Agent Powered by Semantic Kernel Japanese multinational Fujitsu, a pioneer of information and communications technology, has been transforming industries since 1935. With a workforce of 124,000 dedicated professionals across 50 countries, Fujitsu’s mission is to “make the world more sustainable by building t...

Semantic Kernel
Nov 15, 2024
0
1

Allow users to talk and listen to your chatbot using Semantic Kernel Python

Tao Chen
Tao Chen

Until now, Semantic Kernel Python only allowed for the development of text-based AI applications. However, this is no longer the case, as we have expanded its capabilities to include audio as one of the supported modalities. In this article, I will provide a detailed, step-by-step guide on how to create a chatbot that can both speak to and listen t...

Semantic KernelPython
Nov 15, 2024
1
3

Microsoft’s Agentic AI Frameworks: AutoGen and Semantic Kernel

Shawn Henry
Shawn Henry

Microsoft’s agentic AI frameworks, Semantic Kernel and AutoGen are deeply collaborating to provide the best-in-class agentic developer experience. With Semantic Kernel’s enterprise ready AI capabilities, customers can already use and get support for building agent applications and, moving forward, we’ll align the multi-agent runtime in AutoGen (cal...

Semantic KernelAnnouncementsAnnouncement
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