Showing results for Tag: 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
1

Customer Case Study: Announcing the Microsoft Semantic Kernel Elasticsearch Connector

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Today we're excited to feature the Elastic team to share more about their Semantic Kernel Elasticsearch connector. Read the entire announcement here. I'll turn it over to Srikanth Manvi to dive into it. In collaboration with the Microsoft Semantic Kernel team, we are announcing the availability of Semantic Kernel Elasticsearch Ve...

Customer StoryAnnouncementsAnnouncement
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
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
Nov 13, 2024
0
1

Customer Case Study: Suntory and Reliability in AI with Semantic Kernel

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Suntory Global Spirits is the spirits division of Suntory Holdings, a multinational beverage and food company based in Japan. Suntory is renowned for its high-quality alcoholic beverages, including premium Japanese whisky, gin, vodka, and other spirits. We'll turn it over to Urko Benito from Suntory to dive into their AI journey with Semantic K...

Semantic KernelCustomer Story
Nov 12, 2024
0
2

Transforming Semantic Kernel Functions

Mark Wallace
Mark Wallace

Functions are a key component of Semantic Kernel. As an AI Orchestrator, Semantic Kernel coordinates function execution together with Large Language Model (LLM) inference to allow the model return better responses or take action. Semantic Kernel groups related functions as plugins and provides capabilities to generate plugins from native code (e.g....

Semantic KernelAnnouncement