Token导航 LogoToken导航TokenDH.com
Mongodb Foundry Agent logo
运维云端未说明官方级别未说明来源级核验

Mongodb Foundry Agent

MCP Server

一系列可部署的代码示例,展示如何使用MongoDB Atlas和Azure AI Foundry构建智能代理。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
智能代理代码示例向量搜索

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

vpriyanshi

提供方

vpriyanshi

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

MongoDB和Foundry示例

一组可部署的代码示例,演示如何使用 MongoDB 阿特拉斯Azure AI Foundry.

样品

示例描述关键技术
电影上的简单RAG使用向量嵌入和MCP对MongoDB电影数据进行语义搜索Azure AI Foundry、MongoDB Atlas向量搜索、Azure Functions、MCP
多模式产品搜索使用文本、图像或两者结合的多模式嵌入进行可视化产品搜索Azure AI Foundry、MongoDB Atlas矢量搜索、Voyage AI、Azure Functions、MCP
语音客户支持支持语音的物流支持代理,提供订单跟踪、政策搜索和机票创建Azure AI Foundry、GPT Realtime API、MongoDB Atlas、Azure Functions、MCP
保险索赔代理通过图像分析和保单搜索进行多代理保险索赔提交和评估Azure AI Foundry、GPT-4o、Voyage AI、MongoDB Atlas矢量搜索、Azure Functions、MCP

常见先决条件

入门指南

  1. 克隆此存储库:
   git clone https://github.com/vpriyanshi/mongodb-foundry-agent.git
   cd mongodb-foundry-agent
  1. 导航到示例文件夹并按照其README进行操作:
   cd samples/simple-rag-movies

仓库结构

mongodb-foundry-agent/
├── README.md                          # This file — sample catalog
├── LICENSE
├── CONTRIBUTING.md
├── SECURITY.md
├── .gitignore
└── samples/
    ├── simple-rag-movies/             # Semantic search agent over movies
    │   ├── README.md                  # Full setup & deployment guide
    │   ├── src/                       # Source code (Azure Function)
    │   ├── deploy/                    # Bicep & ARM templates
    │   ├── docs/                      # Architecture, agent instructions, OpenAPI spec
    │   ├── scripts/                   # Deployment scripts (Bash & PowerShell)
    │   └── sample-queries.md          # Example queries to test the agent
    └── multimodal-product-search/     # Visual product search with images
        ├── README.md                  # Full setup & deployment guide
        ├── src/                       # Embedding function + data loader
        ├── deploy/                    # Bicep & ARM templates
        ├── docs/                      # Agent instructions, OpenAPI spec
        ├── scripts/                   # Deployment scripts (Bash & PowerShell)
        └── sample-queries.md          # Example queries to test the agent
    └── voice-customer-support/        # Voice logistics support agent
        ├── README.md                  # Full setup & deployment guide
        ├── src/                       # Embedding func, ticket func, voice UI, data loader
        ├── deploy/                    # Bicep & ARM templates
        ├── docs/                      # Agent instructions, OpenAPI specs
        ├── scripts/                   # Deployment scripts (Bash & PowerShell)
        └── sample-conversations.md    # Example voice conversations
    └── insurance-claim-agent/         # Multi-agent insurance claim processing
        ├── README.md                  # Full setup & deployment guide
        ├── src/                       # Image analysis func, embedding func, data loader
        ├── deploy/                    # Bicep & ARM templates
        ├── docs/                      # Two agent instructions, OpenAPI specs
        ├── scripts/                   # Deployment scripts (Bash & PowerShell)
        └── sample-scenarios.md        # Example claim scenarios

贡献

欢迎投稿!请阅读我们的 贡献指南 有关添加新样本或改进现有样本的详细信息。

许可证

该项目根据MIT许可证获得许可——请参阅 许可证 文件以获取详细信息。

资源

目录标签

目录标签

智能代理代码示例向量搜索本地部署MongoDBAtlasAzureAIFoundry多模态搜索语音支持

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP