·foundry-iq-py
</>

foundry-iq-py

microsoft/agent-skills

使用 Python SDK 通过 Azure AI 搜索知识库和 Foundry Agent Service 构建代理检索解决方案。在创建知识源/库、通过 RAG 的 MCP 连接代理、通过语义重新排名实现混合搜索或构建具有引文支持的会话应用程序时使用。涵盖SearchIndexClient、KnowledgeBaseRetrievalClient和AIProjectClient。

0安装·0热度·@microsoft

安装

$npx skills add https://github.com/microsoft/agent-skills --skill foundry-iq-py

SKILL.md

Build agentic retrieval pipelines using Azure AI Search knowledge bases with the Python SDK.

For remote SharePoint sources, pass user token for ACL trimming:

| Minimal | KnowledgeRetrievalMinimalReasoningEffort() | Simple lookups, lowest cost/latency | | Low | KnowledgeRetrievalLowReasoningEffort() | Standard queries (default) | | Medium | KnowledgeRetrievalMediumReasoningEffort() | Complex multi-hop questions |

使用 Python SDK 通过 Azure AI 搜索知识库和 Foundry Agent Service 构建代理检索解决方案。在创建知识源/库、通过 RAG 的 MCP 连接代理、通过语义重新排名实现混合搜索或构建具有引文支持的会话应用程序时使用。涵盖SearchIndexClient、KnowledgeBaseRetrievalClient和AIProjectClient。 来源:microsoft/agent-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/microsoft/agent-skills --skill foundry-iq-py
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 foundry-iq-py?

使用 Python SDK 通过 Azure AI 搜索知识库和 Foundry Agent Service 构建代理检索解决方案。在创建知识源/库、通过 RAG 的 MCP 连接代理、通过语义重新排名实现混合搜索或构建具有引文支持的会话应用程序时使用。涵盖SearchIndexClient、KnowledgeBaseRetrievalClient和AIProjectClient。 来源:microsoft/agent-skills。

如何安装 foundry-iq-py?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/microsoft/agent-skills --skill foundry-iq-py 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/microsoft/agent-skills