Yuxi: what it is, what problem it solves & why it's gaining traction

Yuxi: what it is, what problem it solves & why it's gaining traction

What it solves

Yuxi is a multi-tenant platform designed to make corporate knowledge accessible, searchable, and actionable for AI agents. It bridges the gap between static corporate documents and intelligent agents that can reason over that data to deliver specific outputs.

How it works

The platform integrates several advanced AI techniques into a single workbench:

  • Knowledge Management: It combines RAG (Retrieval-Augmented Generation) with knowledge graphs stored in Milvus to allow for more sophisticated retrieval and reasoning.
  • Agent Orchestration: It uses LangGraph to orchestrate multiple agents, allowing them to be equipped with "Skills," MCP (Model Context Protocol), sub-agents, and sandbox tools.
  • Infrastructure: The system is built on a FastAPI backend with a Vue 3 frontend, utilizing PostgreSQL, Redis, MinIO, and Neo4j for storage and Milvus for vector search.
  • Document Parsing: It employs tools like MinerU, PaddleX, and RapidOCR to process and ingest corporate documents.

Who it’s for

It is intended for enterprises and organizations that need a centralized, multi-tenant environment to manage their internal knowledge bases and deploy intelligent agents capable of complex reasoning and retrieval.

Highlights

  • Multi-tenant Architecture: Allows administrators to configure separate knowledge bases, models, and permissions for different users.
  • Hybrid Retrieval: Combines standard RAG with knowledge graph reasoning for more accurate answers with cited sources.
  • Agentic Capabilities: Supports the creation of agents with specialized tools and sandbox environments for safer execution.
  • LITE Mode: Offers a lightweight startup option for users who do not require the full knowledge graph or heavy dependencies.

Sources