enterprise-knowledge-assistant

gnanadeepgudapati/enterprise-knowledge-assistant
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Production RAG platform — FastAPI, Elasticsearch hybrid retrieval (vector + BM25), OpenAI extraction, Pydantic schema validation, MCP tool server, circuit breaker resilience, statistical evaluation gates, Docker, AWS ECS, CI/CD
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-knowledge": {
      "command": "uvx",
      "args": [
        "enterprise-knowledge-assistant"
      ]
    }
  }
}

Or install with pip: pip install enterprise-knowledge-assistant

README Excerpt

> A scalable data ingestion and retrieval platform built on Apache Airflow and Elasticsearch. --- The Enterprise Knowledge Assistant is a production-grade data ingestion pipeline designed to process **large-scale document datasets** — both structured and unstructured — and serve them through hybrid search for downstream querying and analytics. Built for **reliability**, **repeatability**, and **data quality** at scale.