enterprise-rag-agent

Noahbest1/enterprise-rag-agent
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Multilingual RAG + 9-specialist LangGraph agent platform for e-commerce customer service. Hybrid retrieval (BM25+BGE-M3+RRF+rerank), multimodal (CLIP+Qwen-VL), MCP server. 521 tests, CI regression gate, production-ready Docker.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "enterprise-rag-agent": {
      "command": "uvx",
      "args": [
        "enterprise-rag-agent"
      ]
    }
  }
}

Or install with pip: pip install enterprise-rag-agent

README Excerpt

**🌐 Languages**: English (this page) · [中文](./README.zh.md) A production-leaning **multilingual RAG platform** (CN + EN) with a **9-specialist LangGraph customer service agent** layered on top, full session management, real-time admin↔user SSE push, multimodal ingestion, and end-to-end audit. > 同时支持纯 RAG 知识问答 + 任务型 Agent 客服。**Agent 把 RAG 当工具用**,