2025-12-25 22:55:54 +08:00
|
|
|
|
|
|
|
|
|
|
<div align="center">
|
2025-12-26 22:27:52 +08:00
|
|
|
|
<img width="140" height="140" alt="image" src="https://github.com/user-attachments/assets/299137b7-08d8-45b0-9feb-7b4ab35d7b48" />
|
|
|
|
|
|
|
|
|
|
|
|
<h1>语析 - 基于大模型的知识库与知识图谱智能体开发平台</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://trendshift.io/repositories/15845" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15845" alt="Yuxi-Know | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
2024-11-15 00:15:15 +08:00
|
|
|
|
|
2025-12-26 22:29:39 +08:00
|
|
|
|
[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.0)
|
2025-08-26 19:00:43 +08:00
|
|
|
|
[](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml)
|
|
|
|
|
|
[](https://github.com/xerrors/Yuxi-Know/issues)
|
|
|
|
|
|
[](https://github.com/xerrors/Yuxi-Know/blob/main/LICENSE)
|
|
|
|
|
|
[](https://deepwiki.com/xerrors/Yuxi-Know)
|
2025-10-14 16:37:37 +08:00
|
|
|
|
[](https://zread.ai/xerrors/Yuxi-Know)
|
2025-11-05 22:57:07 +08:00
|
|
|
|
[](https://www.bilibili.com/video/BV1DF14BTETq/)
|
2025-12-25 22:55:54 +08:00
|
|
|
|
|
2025-12-26 22:29:39 +08:00
|
|
|
|
📄 [**文档中心**](https://xerrors.github.io/Yuxi-Know/) |
|
2025-12-25 22:55:54 +08:00
|
|
|
|
📽️ [**视频演示**](https://www.bilibili.com/video/BV1DF14BTETq/)
|
2024-11-15 00:15:15 +08:00
|
|
|
|
|
|
|
|
|
|
</div>
|
2024-09-26 10:57:20 +08:00
|
|
|
|
|
2025-08-25 16:08:04 +08:00
|
|
|
|
|
2025-11-08 16:50:23 +08:00
|
|
|
|
语析是一个功能强大的智能体平台,融合了 RAG 知识库与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建。
|
|
|
|
|
|
|
|
|
|
|
|
**亮点**:提供全套的智能体开发套件,基于 MIT 开源协议,技术栈友好,适合基于此项目打造自己的智能体平台。
|
2025-02-20 12:14:39 +08:00
|
|
|
|
|
2025-12-18 00:31:02 +08:00
|
|
|
|
<img width="1632" height="392" alt="image" src="https://github.com/user-attachments/assets/ec381fde-53dd-4845-a79f-116b823fe989" />
|
|
|
|
|
|
|
|
|
|
|
|
---
|
2025-10-14 02:37:02 +08:00
|
|
|
|
|
|
|
|
|
|
**🎉 最新动态**
|
|
|
|
|
|
|
2025-12-18 00:02:42 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- **[2025/12/17] v0.4.0-beta 版本发布**
|
|
|
|
|
|
<details>
|
|
|
|
|
|
<summary>查看详细更新日志</summary>
|
2025-12-26 22:29:39 +08:00
|
|
|
|
|
|
|
|
|
|
|
2025-12-18 00:02:42 +08:00
|
|
|
|
### 新增
|
|
|
|
|
|
- 新增对于上传附件的智能体中间件,详见[文档](https://xerrors.github.io/Yuxi-Know/latest/advanced/agents-config.html#%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E4%B8%AD%E9%97%B4%E4%BB%B6)
|
|
|
|
|
|
- 新增多模态模型支持(当前仅支持图片),详见[文档](https://xerrors.github.io/Yuxi-Know/latest/advanced/agents-config.html#%E5%A4%9A%E6%A8%A1%E6%80%81%E5%9B%BE%E7%89%87%E6%94%AF%E6%8C%81)
|
|
|
|
|
|
- 新建 DeepAgents 智能体(深度分析智能体),支持 todo,files 等渲染,支持文件的下载。
|
|
|
|
|
|
- 新增基于知识库文件生成思维导图功能([#335](https://github.com/xerrors/Yuxi-Know/pull/335#issuecomment-3530976425))
|
|
|
|
|
|
- 新增基于知识库文件生成示例问题功能([#335](https://github.com/xerrors/Yuxi-Know/pull/335#issuecomment-3530976425))
|
|
|
|
|
|
- 新增知识库支持文件夹/压缩包上传的功能([#335](https://github.com/xerrors/Yuxi-Know/pull/335#issuecomment-3530976425))
|
|
|
|
|
|
- 新增自定义模型支持、新增 dashscope rerank/embeddings 模型的支持
|
|
|
|
|
|
- 新增文档解析的图片支持,已支持 MinerU Officical、Docs、Markdown Zip 格式
|
|
|
|
|
|
- 新增暗色模式支持并调整整体 UI([#343](https://github.com/xerrors/Yuxi-Know/pull/343))
|
|
|
|
|
|
- 新增知识库评估功能,支持导入评估基准或者自动构建评估基准(目前仅支持 Milvus 类型知识库)详见[文档](https://xerrors.github.io/Yuxi-Know/latest/intro/evaluation.html)
|
|
|
|
|
|
- 新增同名文件处理逻辑:遇到同名文件则在上传区域提示,是否删除旧文件
|
|
|
|
|
|
- 新增生产环境部署脚本,固定 python 依赖版本,提升部署稳定性
|
|
|
|
|
|
- 优化图谱可视化方式,统一图谱数据结构,统一使用基于 G6 的可视化方式,同时支持上传带属性的图谱文件,详见[文档](https://xerrors.github.io/Yuxi-Know/latest/intro/knowledge-base.html#_1-%E4%BB%A5%E4%B8%89%E5%85%83%E7%BB%84%E5%BD%A2%E5%BC%8F%E5%AF%BC%E5%85%A5)
|
|
|
|
|
|
- 优化 DBManager / ConversationManager,支持异步操作
|
|
|
|
|
|
- 优化 知识库详情页面,更加简洁清晰,增强文件下载功能
|
2025-12-26 22:29:39 +08:00
|
|
|
|
|
2025-12-18 00:02:42 +08:00
|
|
|
|
### 修复
|
|
|
|
|
|
- 修复重排序模型实际未生效的问题
|
|
|
|
|
|
- 修复消息中断后消息消失的问题,并改善异常效果
|
|
|
|
|
|
- 修复当前版本如果调用结果为空的时候,工具调用状态会一直处于调用状态,尽管调用是成功的
|
|
|
|
|
|
- 修复检索配置实际未生效的问题
|
2025-12-26 22:29:39 +08:00
|
|
|
|
|
2025-12-18 00:02:42 +08:00
|
|
|
|
### 破坏性更新
|
2025-12-26 22:29:39 +08:00
|
|
|
|
|
2025-12-18 00:02:42 +08:00
|
|
|
|
- 移除 Chroma 的支持,当前版本标记为移除
|
|
|
|
|
|
- 移除模型配置预设的 TogetherAI
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
2025-11-05 16:33:05 +08:00
|
|
|
|
- **[2025/11/05] v0.3 版本发布**
|
|
|
|
|
|
- 全面适配 LangChain/LangGraph v1 版本的特性,使用 create_agent 创建智能体入口。
|
|
|
|
|
|
- 文档解析升级,适配 mineru-2.6 以及 mineru-api。
|
|
|
|
|
|
- 更多智能体开发套件 中间件、子智能体,更简洁,更易上手。
|
2025-10-14 02:37:02 +08:00
|
|
|
|
|
2025-10-10 16:26:37 +08:00
|
|
|
|
|
|
|
|
|
|
<div align="center">
|
|
|
|
|
|
<!-- 视频缩略图 -->
|
2025-12-18 00:31:02 +08:00
|
|
|
|
<img width="4420" height="2510" alt="image" src="https://github.com/user-attachments/assets/76d58c8f-e4ef-4373-8ab6-7c80da568910" />
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-11-09 15:29:30 +08:00
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<img width="5369" height="2934" alt="222" src="https://github.com/user-attachments/assets/839978d4-dcb8-47bd-a629-2912d2867e7e" />
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<img width="5369" height="2934" alt="333" src="https://github.com/user-attachments/assets/6387abce-45ab-4cd2-bd2f-e478d59a145f" />
|
|
|
|
|
|
|
2025-10-10 16:26:37 +08:00
|
|
|
|
<br>
|
2025-11-09 15:29:30 +08:00
|
|
|
|
<img width="5369" height="2934" alt="444" src="https://github.com/user-attachments/assets/aff737c4-4b58-4b2e-b7aa-b0ff92d84e9b" />
|
|
|
|
|
|
|
2025-10-10 16:26:37 +08:00
|
|
|
|
<br>
|
2025-11-09 15:29:30 +08:00
|
|
|
|
<img width="5369" height="2934" alt="555" src="https://github.com/user-attachments/assets/3fda0e48-ff6e-4b35-88b2-f7f7bc99a436" />
|
|
|
|
|
|
|
2025-10-10 16:26:37 +08:00
|
|
|
|
<br>
|
2025-11-09 15:29:30 +08:00
|
|
|
|
<img width="5369" height="2934" alt="666" src="https://github.com/user-attachments/assets/8fdf0407-056d-40e2-949c-8dd4247dc59d" />
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-10-10 16:26:37 +08:00
|
|
|
|
</div>
|
2025-02-24 19:41:44 +08:00
|
|
|
|
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-10-10 16:26:37 +08:00
|
|
|
|
## 参与贡献
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
感谢所有贡献者的支持!
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
<a href="https://github.com/xerrors/Yuxi-Know/contributors">
|
|
|
|
|
|
<img src="https://contributors.nn.ci/api?repo=xerrors/Yuxi-Know" alt="贡献者名单">
|
|
|
|
|
|
</a>
|
2025-10-10 16:26:37 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Star History
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
[](https://star-history.com/#xerrors/Yuxi-Know)
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
## 📄 许可证
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
本项目采用 MIT 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情。
|
2025-06-28 20:39:03 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
---
|
2025-03-30 22:12:30 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
<div align="center">
|
2025-03-30 22:12:30 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
**如果这个项目对您有帮助,请不要忘记给我们一个 ⭐️**
|
2025-03-30 22:12:30 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
[报告问题](https://github.com/xerrors/Yuxi-Know/issues) | [功能请求](https://github.com/xerrors/Yuxi-Know/issues) | [讨论](https://github.com/xerrors/Yuxi-Know/discussions)
|
2025-03-05 12:56:05 +08:00
|
|
|
|
|
2025-07-21 19:48:15 +08:00
|
|
|
|
</div>
|