Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。
| Date | Stars |
|---|---|
| 2026-07-24 | 2200 |
| 2026-07-25 | 2200 |
| 2026-07-28 | 2200 |
| 2026-07-30 | 2200 |
| 2026-07-31 | 2209 |
| 2026-08-01 | 2208 |
| 2026-08-02 | 2209 |
| 2026-08-03 | 2208 |
| 2026-08-04 | 2208 |
| 2026-08-05 | 2211 |
| 2026-08-06 | 2212 |
Today
+1 stars today
This week
+12 stars this week
This month
— stars this month
Momentum
6.0
growth rate 0.55%/day
<p align="center">
<a href="https://github.com/apconw/Aix-DB">
<img src="./docs/docs/images/logo.svg" alt="Aix-DB" width="160"/>
</a>
</p>
<h3 align="center">Aix-DB - 大模型数据助手</h3>
<p align="center">
基于大语言模型和RAG技术的智能数据分析系统,实现对话式数据分析(ChatBI),快速实现数据提取与可视化
</p>
<p align="center">
<a href="https://github.com/apconw/Aix-DB/releases"><img src="https://img.shields.io/github/v/release/apconw/Aix-DB" alt="Release Version" /></a>
<a href="https://github.com/apconw/Aix-DB/stargazers"><img src="https://img.shields.io/github/stars/apconw/Aix-DB?style=flat" alt="GitHub Stars" /></a>
<a href="https://github.com/apconw/Aix-DB/blob/master/LICENSE"><img src="https://img.shields.io/github/license/apconw/Aix-DB" alt="License" /></a>
<a href="https://hub.docker.com/r/apcon/aix-db"><img src="https://img.shields.io/docker/pulls/apcon/aix-db" alt="Docker Pulls" /></a>
</p>
<p align="center">
<a href="./README.md">简体中文</a> | <a href="./README_en.md">English</a>
</p>
## 项目介绍
Aix-DB 基于 **LangChain/LangGraph** 框架,结合 **MCP Skills** 多智能体协作架构,实现自然语言到数据洞察的端到端转换。
**核心能力**:智能问答 · 数据问答(Text2SQL) · 表格问答 · 深度问数 · 数据可视化 · MCP 多智能体 · Skill 模式
**产品特点**:📦 开箱即用 · 🔒 安全可控 · 🔌 易于集成 · 🎯 越问越准 · 🧩 Skill 模式 · 🐾 OpenClaw 智能集成
## 演示视频
<table align="center">
<tr>
<th>🎯 Skill 模式</th>
<th>💬 标准模式</th>
</tr>
<tr>
<td>
<video src="https://github.com/user-attachments/assets/ee09d321-4534-4ccf-aa71-ecab83d91caf" controls="controls" muted="muted" style="max-height:320px; min-height: 150px;"></video>
</td>
<td>
<video src="https://github.com/user-attachments/assets/462f4e2e-86e0-4d2a-8b78-5d6ca390c03c" controls="controls" muted="muted" style="max-height:320px; min-height: 150px;"></video>
</td>
</tr>
<tr>
<th>🧩 Skill 技能中心</th>
<th>🐾 OpenClaw 模式</th>
</tr>
<tr>
<td>
<video src="https://github.com/user-attachments/assets/c3f76eba-a710-4936-b0f9-c658a035826d" controls="controls" muted="muted" style="max-height:320px; min-height: 150px;"></video>
</td>
<td>
<video src="https://github.com/user-attachments/assets/98417cb2-e829-4733-999f-7f1494424707" controls="controls" muted="muted" style="max-height:320px; min-height: 150px;"></video>
</td>
</tr>
</table>
💰 赞助商展示
---
| Doloffer | IP数据云 |
|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| <a href="https://doloffer.com/" target="_blank"><img src="./docs/docs/images/doloffers.png" alt="doloffer" width="320" /></a> | <a href="https://app.ipdatacloud.com/check_login/set_cookie_ip66?target_url=https://www.ipdatacloud.com/?utm-source=SQ&utm-keyword=?4897&name=spread_id&value=4897" target="_blank"><img src="./docs/docs/images/ip_hub.jpg" alt="IP数据云" width="320" /></a> |
## 系统架构
<p align="center">
<img src="./docs/docs/images/system-architecture.svg" alt="系统架构图" width="100%" />
</p>
**分层架构设计:**
- **前端层**:Vue 3 + TypeScript 构建的现代化 Web 界面,集成 ECharts 和 AntV 可视化组件
- **API 网关层**:基于 Sanic 的高性能异步 API 服务,提供 RESTful 接口和 JWT 认证
- **智能服务层**:LLM 服务、Text2SQL Agent、RAG 检索引擎、MCP 多智能体协作
- **数据存储层**:支持多种数据库类型,包括关系型数据库、向量数据库、图数据库和文件存储
## 支持的数据源
<p align="center">
<img src="https://img.shields.io/badge/MySQL-4479A1?style=for-the-badge&logo=mysql&logoColor=white" />
<img src="https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white" />
<img src="https://img.shields.io/badge/Oracle-F80000?style=for-the-badge&logo=oracle&logoColor=white" />
<img src="https://img.shields.io/badge/SQL%20Server-CC2927?styExcerpt of 8,667 characters
Read on GitHub789
17
6
2
2
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0be8eb28e9e66d39, topic:qwen
matched fp:0be8eb28e9e66d39, topic:mcp