주요 콘텐츠로 건너뛰기
메가폰 아이콘

클라우드 네이티브 앱 구축하기

AI 준비됐나요? Azure를 활용해 클라우드 네이티브 앱을 구축하고 확장하는 방법을 알아보세요.

Microsoft IQ Deep Dive with Python

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

Microsoft IQ Deep Dive with Python

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

돌아가기

Microsoft IQ Deep Dive with Python

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

  • 이 시리즈의 이벤트:
  • 3

Join us for a new 3-part livestream series where we take a deep technical look at Microsoft IQ, the knowledge layer for the next generation of AI experiences. You'll learn how Foundry IQ, Work IQ, and Fabric IQ can be used to ground AI systems in organizational knowledge, workplace context, and structured business data.

Our series will cover:

  • Foundry IQ for multi-source agentic retrieval on search indexes, SharePoint, websites, and more
  • Accessing Foundry IQ via the Python SDK and MCP server
  • Work IQ for user-specific retrieval of M365 data, like Teams chats, emails, and calendar events
  • Accessing Work IQ via the API, A2A, and MCP server
  • Fabric IQ for retrieval of data stored in OneLake, via Fabric ontologies and data agents
  • Accessing Fabric IQ with the HTTP API and Python Microsoft Fabric API SDK
  • Building agents with Microsoft Agent Framework to connect to Foundry IQ, Fabric IQ, and Work IQ

All code demos will use Python and will be available in an open-source repository for you to deploy yourself.

After each stream, you can join daily office hours in the Microsoft Foundry Discord to ask follow-up questions.

스피커

이 시리즈의 과거 이벤트

모든 시간 - 협정 세계시

7월

28

화요일

2026

Microsoft IQ Deep Dive with Python: Foundry IQ

5:00 오후 - 6:00 오후 (UTC)

In the first session of our Microsoft IQ Deep Dive with Python series, we’ll kick things off with an introduction to the Microsoft IQ family: Foundry IQ, Work IQ, Fabric IQ, and Web IQ. We’ll then take a deeper look at Foundry IQ (Azure AI Search), exploring how it helps agents and applications work with curated knowledge and organizational context. We'll build a knowledge base and connect it to multiple knowledge sources, including the new IQs, MCP servers, and search indexes built from ingested data. Then we'll perform multi-source agentic retrieval on the knowledge base, which executes queries in parallel and merges the results with state-of-the-art ranking models. Finally, we will build an agent in Python using Microsoft Agent Framework and ground the agent's responses in results from the Foundry IQ knowledge base. All code demos will use Python and will be available in an open-source repository for you to deploy yourself. After the stream, join office hours in the Microsoft Foundry Discord to ask follow-up questions.

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

주문형 보기

7월

29

수요일

2026

Microsoft IQ Deep Dive with Python: Work IQ

5:00 오후 - 6:00 오후 (UTC)

In the second session of our Microsoft IQ Deep Dive with Python series, we’ll focus on Work IQ and how it brings workplace context into AI-powered experiences. We’ll explore how developers can use Work IQ through APIs, A2A patterns, MCP integration, and tool-based workflows. We’ll look at two practical tool examples, then show how Work IQ can be used from Copilot and from a Microsoft Agent Framework agent. All code demos will use Python and will be available in an open-source repository for you to deploy yourself. After the stream, join office hours in the Microsoft Foundry Discord to ask follow-up questions.

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

주문형 보기

7월

30

목요일

2026

Microsoft IQ Deep Dive with Python: Fabric IQ

5:00 오후 - 6:00 오후 (UTC)

In the final session of our Microsoft IQ Deep Dive with Python series, we’ll explore Fabric IQ and how it connects AI experiences to structured business data. We’ll introduce the key concepts behind Fabric IQ, including ontologies and data agents, and show how they help describe, organize, and reason over operational data stored in OneLake. We’ll use the Microsoft Fabric API SDK in Python to connect to Fabric IQ, so that we can programmatically configure ontologies and answer questions about our data. All code demos will use Python and will be available in an open-source repository for you to deploy yourself. After the stream, join office hours in the Microsoft Foundry Discord to ask follow-up questions.

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

주문형 보기

이 시리즈의 과거 이벤트

모든 시간 - 협정 세계시

7월

28

화요일

2026

Microsoft IQ Deep Dive with Python: Foundry IQ

5:00 오후 - 6:00 오후 (UTC)

In the first session of our Microsoft IQ Deep Dive with Python series, we’ll kick things off with an introduction to the Microsoft IQ family: Foundry IQ, Work IQ, Fabric IQ, and Web IQ. We’ll then take a deeper look at Foundry IQ (Azure AI Search), exploring how it helps agents and applications work with curated knowledge and organizational context. We'll build a knowledge base and connect it to multiple knowledge sources, including the new IQs, MCP servers, and search indexes built from ingested data. Then we'll perform multi-source agentic retrieval on the knowledge base, which executes queries in parallel and merges the results with state-of-the-art ranking models. Finally, we will build an agent in Python using Microsoft Agent Framework and ground the agent's responses in results from the Foundry IQ knowledge base. All code demos will use Python and will be available in an open-source repository for you to deploy yourself. After the stream, join office hours in the Microsoft Foundry Discord to ask follow-up questions.

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

주문형 보기

7월

29

수요일

2026

Microsoft IQ Deep Dive with Python: Work IQ

5:00 오후 - 6:00 오후 (UTC)

In the second session of our Microsoft IQ Deep Dive with Python series, we’ll focus on Work IQ and how it brings workplace context into AI-powered experiences. We’ll explore how developers can use Work IQ through APIs, A2A patterns, MCP integration, and tool-based workflows. We’ll look at two practical tool examples, then show how Work IQ can be used from Copilot and from a Microsoft Agent Framework agent. All code demos will use Python and will be available in an open-source repository for you to deploy yourself. After the stream, join office hours in the Microsoft Foundry Discord to ask follow-up questions.

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

주문형 보기

7월

30

목요일

2026

Microsoft IQ Deep Dive with Python: Fabric IQ

5:00 오후 - 6:00 오후 (UTC)

In the final session of our Microsoft IQ Deep Dive with Python series, we’ll explore Fabric IQ and how it connects AI experiences to structured business data. We’ll introduce the key concepts behind Fabric IQ, including ontologies and data agents, and show how they help describe, organize, and reason over operational data stored in OneLake. We’ll use the Microsoft Fabric API SDK in Python to connect to Fabric IQ, so that we can programmatically configure ontologies and answer questions about our data. All code demos will use Python and will be available in an open-source repository for you to deploy yourself. After the stream, join office hours in the Microsoft Foundry Discord to ask follow-up questions.

  • 서식:
  • alt##LivestreamLivestream

항목: AI 애플리케이션

언어: 영어

주문형 보기

이 페이지의 일부는 기계 또는 AI 번역될 수 있습니다.