Showing results for Tag: Microsoft Semantic Kernel from Semantic Kernel

Jan 17, 2025
0
0

Guest Blog: Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel

Sophia Lagerkrans-Pandey Arafat Tehsin
Sophia,
Arafat

Leap Forward with Modern AI using Microsoft 365 Agents SDK 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 Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel. We’ll turn ...

Customer Story
Jan 16, 2025
1
2

Customer Case Study: Pushing the Boundaries of Multi-Agent AI Collaboration with ServiceNow and Microsoft Semantic Kernel

Sophia Lagerkrans-Pandey WanTing Huang
Sophia,
WanTing

The Journey to Multi-Agent Innovation At ServiceNow, we embarked on an ambitious journey to redefine how AI systems collaborate in enterprise environments. Through our partnership with Microsoft, we set out to create something beyond traditional integration – a true multi-agent system across platform that could work effectively alongside human t...

Customer Story
Jan 15, 2025
0
0

Guest Blog: Building Multi-Agent Systems with Multi-Models in Semantic Kernel – Part 1

Sophia Lagerkrans-Pandey Arafat Tehsin
Sophia,
Arafat

Today I want to welcome back Arafat Tehsin, who’s a Microsoft Most Valuable Professional (MVP) for AI. He’s written an article we’re sharing below, focused on Building Multi-Agent Systems with Multi-Models in Semantic Kernel. We’ll turn it over to Arafat to share more! Imagine running a restaurant. Each of your team member, from the chef to ...

Customer Story
Jan 14, 2025
0
0

Understanding Semantic Kernel AI Connectors

Tao Chen
Tao Chen

AI Connectors in Semantic Kernel are components that facilitate communication between the Kernel's core functionalities and various AI services. They abstract the intricate details of service-specific protocols, allowing developers to seamlessly interact with AI services for tasks like text generation, chat interactions, and more.   ...

Semantic Kernel
Jan 9, 2025
0
2

Empowering AI Agents with Tools via OpenAPI: A Hands-On Guide with Microsoft Semantic Kernel Agents

Sophia Lagerkrans-Pandey Akshay Kokane
Sophia,
Akshay

Today the Semantic Kernel team is happy to welcome back our guest author, Akshay Kokane. We will turn it over to him to dive into his recent Medium article on Semantic Kernel. As we advance towards an Agentic Approach in the AI world, I would like to share my insights on how Semantic Kernel can assist in building AI agents and leveraging existin...

Customer Story
Dec 19, 2024
0
0

Global Expansion – “G3J Learn Semantic Kernel” Show – A Deep Dive in Korean!

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Global Expansion – "G3J Learn Semantic Kernel" Show – A Deep Dive in Korean! Localization Increases Demand Following the success of this multi-language delivery, we quickly noticed a surge in demand for localized content. Developers from different parts of the world have expressed interest in diving deeper into Semantic Kernel, and we couldn’t ...

AnnouncementsAnnouncement
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
Dec 6, 2024
0
1

Customer Case Study: How to use Elasticsearch Vector Store Connector for Microsoft Semantic Kernel for AI Agent development

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

How to use Elasticsearch Vector Store Connector for Microsoft Semantic Kernel for AI Agent development Today we're excited to feature the Elastic team to share more about their Semantic Kernel Elasticsearch Vector Store connector for Microsoft Semantic Kernel. Read the entire announcement here. I'll turn it over to Srikanth Manvi and Florian Bernd...

Semantic KernelAnnouncementsCustomer Story
Dec 3, 2024
0
2

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