fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase
This commit is contained in:
parent
5bd8aa0b2d
commit
f7ad327ef2
@ -6,7 +6,7 @@
|
||||
|
||||
## 开始之前
|
||||
|
||||
- 提交前请先搜索现有 [Issues](https://github.com/xerrors/Yuxi-Know/issues)
|
||||
- 提交前请先搜索现有 [Issues](https://github.com/xerrors/Yuxi/issues)
|
||||
- 对于较大的功能改动,建议先开 Issue 讨论方案
|
||||
- 保持改动聚焦,避免在一次 PR 中混入无关重构
|
||||
|
||||
@ -88,6 +88,6 @@ docker compose exec api uv run pytest
|
||||
|
||||
## 问题反馈
|
||||
|
||||
- Bug 反馈/功能讨论:<https://github.com/xerrors/Yuxi-Know/issues>
|
||||
- Bug 反馈/功能讨论:<https://github.com/xerrors/Yuxi/issues>
|
||||
|
||||
感谢你的贡献 ❤️。
|
||||
|
||||
72
README.md
72
README.md
@ -2,20 +2,20 @@
|
||||
<div align="center">
|
||||
<h1>语析 - 基于大模型的知识库与知识图谱智能体开发平台</h1>
|
||||
|
||||
[](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)
|
||||
[](https://zread.ai/xerrors/Yuxi-Know)
|
||||
[](https://github.com/xerrors/Yuxi/blob/main/docker-compose.yml)
|
||||
[](https://github.com/xerrors/Yuxi/issues)
|
||||
[](https://github.com/xerrors/Yuxi/blob/main/LICENSE)
|
||||
[](https://deepwiki.com/xerrors/Yuxi)
|
||||
[](https://zread.ai/xerrors/Yuxi)
|
||||
[](https://www.bilibili.com/video/BV1DF14BTETq/)
|
||||
|
||||
|
||||
<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"/>
|
||||
<img src="https://trendshift.io/api/badge/repositories/15845" alt="Yuxi | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/>
|
||||
</a>
|
||||
|
||||
|
||||
[**文档中心**](https://xerrors.github.io/Yuxi-Know/) |
|
||||
[**文档中心**](https://xerrors.github.io/Yuxi/) |
|
||||
[**视频演示**](https://www.bilibili.com/video/BV1DF14BTETq/)
|
||||
|
||||
</div>
|
||||
@ -52,11 +52,11 @@
|
||||
- 新增 LITE 模式启动,启动时不加载知识库、知识图谱相关模块,可以使用 make up-lite 快捷启动
|
||||
- 新增沙盒环境,详见后续文档更新,统一沙盒虚拟路径前缀默认值为 `/home/gem/user-data`
|
||||
- 新增基于沙盒的文件系统,前端工作台可以查看文件系统,支持预览(文本、图片、PDF、HTML)、下载文件
|
||||
- 新增基于沙盒的知识库只读映射,按“用户可访问知识库 ∩ 当前 Agent 已启用知识库”暴露原始文件与解析后的 Markdown [#576](https://github.com/xerrors/Yuxi-Know/issues/576)
|
||||
- 新增基于沙盒的知识库只读映射,按“用户可访问知识库 ∩ 当前 Agent 已启用知识库”暴露原始文件与解析后的 Markdown [#576](https://github.com/xerrors/Yuxi/issues/576)
|
||||
- 重构附件系统,直接集成在了沙盒文件系统中,附件上传后直接落盘到沙盒挂载目录
|
||||
- 优化前端流式消息体验:新增通用 `useStreamSmoother` 调度层,统一平滑 Agent runs SSE、普通聊天流与审批恢复流中的 `loading` chunk
|
||||
- 重构 Agent 前后端对话路由结构及表现形式,体验更加顺畅,切换更加自然(API 接口变更)
|
||||
- 新增 API Key 认证功能,支持外部系统通过 API Key 调用系统服务 [#502](https://github.com/xerrors/Yuxi-Know/issues/502)
|
||||
- 新增 API Key 认证功能,支持外部系统通过 API Key 调用系统服务 [#502](https://github.com/xerrors/Yuxi/issues/502)
|
||||
- 新增 subagents 的支持,支持在 web 中添加 subagents,以及两个内置的子智能体
|
||||
- 新增内置Skills reporter,并移除内置 Agent reporter,数据库报表将由 Skills 完成
|
||||
- 新增文件上传队列功能,大批量文件上传任务,前端显示上传进度,并限制同时上传的文件数量,避免过载
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复 Lightrag 知识库修改配置后,模型没有切换的 bug [#580](https://github.com/xerrors/Yuxi-Know/issues/580)
|
||||
- 修复 Lightrag 知识库修改配置后,模型没有切换的 bug [#580](https://github.com/xerrors/Yuxi/issues/580)
|
||||
- 修复数据库获取接口未过滤文件字段而导致的数据包过大的情况
|
||||
- 修复 Thread 未绑定 agent_config_id 导致的历史对话切换后上下文配置错乱的问题
|
||||
|
||||
@ -86,9 +86,9 @@
|
||||
- 将工具与知识库解耦,在 context 中就完成解耦,虽然最终都是在 Agent 中的 get_tools 中获取
|
||||
- 优化chunk逻辑,移除 QA 分割,集成到普通分块中,并优化可视化逻辑
|
||||
- 重构知识库处理逻辑,分为 上传—解析—入库 三个阶段
|
||||
- 重构 MCP 相关配置,使用数据库来控制 [#469](https://github.com/xerrors/Yuxi-Know/pull/469)
|
||||
- 重构 MCP 相关配置,使用数据库来控制 [#469](https://github.com/xerrors/Yuxi/pull/469)
|
||||
- 使用 docling 解析 office 文件(docx/xlsx/pptx)
|
||||
- 优化后端的依赖,减少镜像体积 [#428](https://github.com/xerrors/Yuxi-Know/issues/428)
|
||||
- 优化后端的依赖,减少镜像体积 [#428](https://github.com/xerrors/Yuxi/issues/428)
|
||||
- 优化 liaghtrag 的知识库调用结果,提供 content/graph/both 多个选项
|
||||
- 优化数据库查询工具,可通过设计环境变量添加描述,让模型更好的调用
|
||||
- 优化任务组件,改用 postgresql 存储,并新增删除任务的接口
|
||||
@ -97,9 +97,9 @@
|
||||
### 修复
|
||||
|
||||
- 修复知识图谱上传的向量配置错误,并新增模型选择以及 batch size 选择
|
||||
- 修复部分场景下获取工具列表报错 [#470](https://github.com/xerrors/Yuxi-Know/pull/470)
|
||||
- 修改方法备注信息 [#478](https://github.com/xerrors/Yuxi-Know/pull/478)
|
||||
- 修复多次 human-in-the-loop 的渲染解析问题 [#453](https://github.com/xerrors/Yuxi-Know/issues/453) [#475](https://github.com/xerrors/Yuxi-Know/pull/475)
|
||||
- 修复部分场景下获取工具列表报错 [#470](https://github.com/xerrors/Yuxi/pull/470)
|
||||
- 修改方法备注信息 [#478](https://github.com/xerrors/Yuxi/pull/478)
|
||||
- 修复多次 human-in-the-loop 的渲染解析问题 [#453](https://github.com/xerrors/Yuxi/issues/453) [#475](https://github.com/xerrors/Yuxi/pull/475)
|
||||
- 修复消息加载逻辑导致的前端消息渲染延迟问题
|
||||
|
||||
</details>
|
||||
@ -107,41 +107,15 @@
|
||||
<details>
|
||||
<summary>[2025/12/19] v0.4.0 版本发布</summary>
|
||||
|
||||
### 新增
|
||||
- 新增对于上传附件的智能体中间件,详见[文档](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,支持异步操作
|
||||
- 优化 知识库详情页面,更加简洁清晰,增强文件下载功能
|
||||
详见 roadmap 更新记录
|
||||
|
||||
### 修复
|
||||
- 修复重排序模型实际未生效的问题
|
||||
- 修复消息中断后消息消失的问题,并改善异常效果
|
||||
- 修复当前版本如果调用结果为空的时候,工具调用状态会一直处于调用状态,尽管调用是成功的
|
||||
- 修复检索配置实际未生效的问题
|
||||
|
||||
### 破坏性更新
|
||||
|
||||
- 移除 Chroma 的支持,当前版本标记为移除
|
||||
- 移除模型配置预设的 TogetherAI
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>[2025/11/05] v0.3.0 版本发布</summary>
|
||||
|
||||
- 全面适配 LangChain/LangGraph v1 版本的特性,使用 create_agent 创建智能体入口。
|
||||
- 文档解析升级,适配 mineru-2.6 以及 mineru-api。
|
||||
- 更多智能体开发套件 中间件、子智能体,更简洁,更易上手。
|
||||
详见 roadmap 更新记录
|
||||
|
||||
</details>
|
||||
|
||||

|
||||
@ -151,8 +125,8 @@
|
||||
克隆代码,并初始化
|
||||
|
||||
```
|
||||
git clone --branch v0.6.0.beta2 --depth 1 https://github.com/xerrors/Yuxi-Know.git
|
||||
cd Yuxi-Know
|
||||
git clone --branch v0.6.0.beta2 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||
cd Yuxi
|
||||
|
||||
# Linux/macOS
|
||||
./scripts/init.sh
|
||||
@ -263,14 +237,14 @@ docker compose up --build
|
||||
|
||||
感谢所有贡献者的支持!
|
||||
|
||||
<a href="https://github.com/xerrors/Yuxi-Know/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=xerrors/Yuxi-Know&max=100&columns=10" />
|
||||
<a href="https://github.com/xerrors/Yuxi/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=xerrors/Yuxi&max=100&columns=10" />
|
||||
</a>
|
||||
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://star-history.com/#xerrors/Yuxi-Know)
|
||||
[](https://star-history.com/#xerrors/Yuxi)
|
||||
|
||||
## 📄 许可证
|
||||
|
||||
|
||||
@ -44,13 +44,13 @@ actions:
|
||||
url: "https://www.bilibili.com/video/BV1DF14BTETq"
|
||||
- name: "文档中心"
|
||||
icon: "docs"
|
||||
url: "https://xerrors.github.io/Yuxi-Know/"
|
||||
url: "https://xerrors.github.io/Yuxi/"
|
||||
- name: "提交 Issue"
|
||||
icon: "issue"
|
||||
url: "https://github.com/xerrors/Yuxi-Know/issues/new/choose"
|
||||
url: "https://github.com/xerrors/Yuxi/issues/new/choose"
|
||||
- name: "开发路线图"
|
||||
icon: "roadmap"
|
||||
url: "https://xerrors.github.io/Yuxi-Know/latest/roadmap.html"
|
||||
url: "https://xerrors.github.io/Yuxi/roadmap.html"
|
||||
|
||||
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ import sys
|
||||
# 注意:这段代码必须放在应用的极早期,最好在导入 FastAPI 或初始化数据库之前
|
||||
# ==============================================================================
|
||||
if sys.platform == "win32":
|
||||
# 把当前文件 (main.py) 的上一级的上一级 (即根目录 Yuxi-Know) 加入到 sys.path
|
||||
# 把当前文件 (main.py) 的上一级的上一级 (即根目录 Yuxi) 加入到 sys.path
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import sys
|
||||
|
||||
# 必须放在最顶层!
|
||||
if sys.platform == "win32":
|
||||
# 把当前文件 (main.py) 的上一级的上一级 (即根目录 Yuxi-Know) 加入到 sys.path
|
||||
# 把当前文件 (main.py) 的上一级的上一级 (即根目录 Yuxi) 加入到 sys.path
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
测试附件上传和 agent state 获取的 API 脚本
|
||||
|
||||
使用方式:
|
||||
cd /home/zwj/workspace/Yuxi-Know
|
||||
cd /home/zwj/workspace/Yuxi
|
||||
docker compose exec api uv run python test/api/test_attachment_and_agent_state.py
|
||||
|
||||
或者本地运行:
|
||||
|
||||
@ -7,7 +7,7 @@ export default defineConfig({
|
||||
lang: 'zh-CN',
|
||||
title: "Yuxi",
|
||||
description: "语析",
|
||||
base: '/Yuxi-Know/',
|
||||
base: '/Yuxi/',
|
||||
ignoreDeadLinks: [
|
||||
/localhost/,
|
||||
/CONTRIBUTING$/,
|
||||
@ -71,7 +71,7 @@ export default defineConfig({
|
||||
],
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/xerrors/Yuxi-Know' }
|
||||
{ icon: 'github', link: 'https://github.com/xerrors/Yuxi' }
|
||||
],
|
||||
|
||||
footer: {
|
||||
@ -80,7 +80,7 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/xerrors/Yuxi-Know/edit/main/docs/:path',
|
||||
pattern: 'https://github.com/xerrors/Yuxi/edit/main/docs/:path',
|
||||
text: '在 GitHub 上编辑此页'
|
||||
},
|
||||
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
# 参与贡献
|
||||
|
||||
感谢你对 Yuxi-Know 的兴趣。我们欢迎 Issue、文档改进、Bug 修复、测试补充以及新功能贡献。
|
||||
感谢你对 Yuxi 的兴趣。我们欢迎 Issue、文档改进、Bug 修复、测试补充以及新功能贡献。
|
||||
|
||||
如果你只是想快速了解仓库入口信息,可以先看根目录的 [CONTRIBUTING.md](../../CONTRIBUTING.md)。
|
||||
|
||||
<a href="https://github.com/xerrors/Yuxi-Know/contributors">
|
||||
<img src="https://contributors.nn.ci/api?repo=xerrors/Yuxi-Know" alt="贡献者名单">
|
||||
<a href="https://github.com/xerrors/Yuxi/contributors">
|
||||
<img src="https://contributors.nn.ci/api?repo=xerrors/Yuxi" alt="贡献者名单">
|
||||
</a>
|
||||
|
||||
## 开始之前
|
||||
|
||||
提交前建议先完成以下检查:
|
||||
|
||||
- 搜索已有 [Issues](https://github.com/xerrors/Yuxi-Know/issues) 和 [Discussions](https://github.com/xerrors/Yuxi-Know/discussions)
|
||||
- 搜索已有 [Issues](https://github.com/xerrors/Yuxi/issues) 和 [Discussions](https://github.com/xerrors/Yuxi/discussions)
|
||||
- 对较大的功能改动,先发 Issue 讨论设计和边界
|
||||
- 保持一次 PR 只解决一个明确问题,避免把无关重构混在一起
|
||||
|
||||
@ -205,7 +205,7 @@ cp test/.env.test.example test/.env.test
|
||||
|
||||
## 反馈渠道
|
||||
|
||||
- Bug 反馈:<https://github.com/xerrors/Yuxi-Know/issues>
|
||||
- 功能讨论:<https://github.com/xerrors/Yuxi-Know/discussions>
|
||||
- Bug 反馈:<https://github.com/xerrors/Yuxi/issues>
|
||||
- 功能讨论:<https://github.com/xerrors/Yuxi/discussions>
|
||||
|
||||
感谢每一位贡献者的投入。
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# 开发路线图
|
||||
|
||||
路线图可能会经常变更,如果有强烈的建议,可以在 [issue](https://github.com/xerrors/Yuxi-Know/issues) 中提。
|
||||
路线图可能会经常变更,如果有强烈的建议,可以在 [issue](https://github.com/xerrors/Yuxi/issues) 中提。
|
||||
|
||||
日志添加规范(For Agent):
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
- Yuxi-cli 相关的功能,放在后续版本中实现(不是类似于编程助手,而是工具)
|
||||
|
||||
### Bugs
|
||||
- 部分异常状态下,智能体的模型名称出现重叠[#279](https://github.com/xerrors/Yuxi-Know/issues/279)
|
||||
- 部分异常状态下,智能体的模型名称出现重叠[#279](https://github.com/xerrors/Yuxi/issues/279)
|
||||
- 部分 local 的 mcp server 无法正常加载,但是建议在项目外部启动 mcp 服务器,然后通过 sse 的方式使用。【未复现】
|
||||
- 目前的知识库的图片存在公开访问风险
|
||||
- 生成基准测试会把所有的向量都计算一遍不合理
|
||||
@ -70,9 +70,9 @@
|
||||
- 将工具与知识库解耦,在 context 中就完成解耦,虽然最终都是在 Agent 中的 get_tools 中获取
|
||||
- 优化chunk逻辑,移除 QA 分割,集成到普通分块中,并优化可视化逻辑
|
||||
- 重构知识库处理逻辑,分为 上传—解析—入库 三个阶段
|
||||
- 重构 MCP 相关配置,使用数据库来控制 [#469](https://github.com/xerrors/Yuxi-Know/pull/469)
|
||||
- 重构 MCP 相关配置,使用数据库来控制 [#469](https://github.com/xerrors/Yuxi/pull/469)
|
||||
- 使用 docling 解析 office 文件(docx/xlsx/pptx)
|
||||
- 优化后端的依赖,减少镜像体积 [#428](https://github.com/xerrors/Yuxi-Know/issues/428)
|
||||
- 优化后端的依赖,减少镜像体积 [#428](https://github.com/xerrors/Yuxi/issues/428)
|
||||
- 优化 liaghtrag 的知识库调用结果,提供 content/graph/both 多个选项
|
||||
- 优化数据库查询工具,可通过设计环境变量添加描述,让模型更好的调用
|
||||
- 优化任务组件,改用 postgresql 存储,并新增删除任务的接口
|
||||
@ -82,9 +82,9 @@
|
||||
|
||||
- 修复文件上传弹窗中 OCR 下拉选项展开时不会自动检查服务状态的问题
|
||||
- 修复知识图谱上传的向量配置错误,并新增模型选择以及 batch size 选择
|
||||
- 修复部分场景下获取工具列表报错 [#470](https://github.com/xerrors/Yuxi-Know/pull/470)
|
||||
- 修改方法备注信息 [#478](https://github.com/xerrors/Yuxi-Know/pull/478)
|
||||
- 修复多次 human-in-the-loop 的渲染解析问题 [#453](https://github.com/xerrors/Yuxi-Know/issues/453) [#475](https://github.com/xerrors/Yuxi-Know/pull/475)
|
||||
- 修复部分场景下获取工具列表报错 [#470](https://github.com/xerrors/Yuxi/pull/470)
|
||||
- 修改方法备注信息 [#478](https://github.com/xerrors/Yuxi/pull/478)
|
||||
- 修复多次 human-in-the-loop 的渲染解析问题 [#453](https://github.com/xerrors/Yuxi/issues/453) [#475](https://github.com/xerrors/Yuxi/pull/475)
|
||||
- 修复沙盒后端接入回归:补齐 composite backend 的 `sandbox_backend` 参数、限制 `/api/sandbox/prepare` 仅允许访问当前用户线程、确保 `release()` 之后的 `destroy()` 会真正停止热池容器,并恢复 docker-compose 的完整模式默认值
|
||||
- 重构沙盒为 deer-flow 风格的 AIO provider:切换为 thread-local sandbox、统一 `/home/gem/user-data/{workspace,uploads,outputs}` 固定路径、移除公开 `/api/sandbox/*` 生命周期接口,并补充 lite 模式下的 provider 生命周期、filesystem API 与 sandbox 复用/隔离 E2E 验证
|
||||
- 调整聊天附件存储链路:线程附件改为直接落盘到 `saves/threads/<thread_id>/user-data/uploads`,解析成功后额外生成 `uploads/attachments/*.md`,不再依赖 MinIO 或显式上传到 sandbox
|
||||
@ -93,19 +93,19 @@
|
||||
## v0.4
|
||||
|
||||
### 新增
|
||||
- 新增对于上传附件的智能体中间件,详见[文档](https://xerrors.github.io/Yuxi-Know/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/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)
|
||||
- 新增对于上传附件的智能体中间件,详见[文档](https://xerrors.github.io/Yuxi/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/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))
|
||||
- 新增基于知识库文件生成思维导图功能([#335](https://github.com/xerrors/Yuxi/pull/335#issuecomment-3530976425))
|
||||
- 新增基于知识库文件生成示例问题功能([#335](https://github.com/xerrors/Yuxi/pull/335#issuecomment-3530976425))
|
||||
- 新增知识库支持文件夹/压缩包上传的功能([#335](https://github.com/xerrors/Yuxi/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/intro/evaluation.html)
|
||||
- 新增暗色模式支持并调整整体 UI([#343](https://github.com/xerrors/Yuxi/pull/343))
|
||||
- 新增知识库评估功能,支持导入评估基准或者自动构建评估基准(目前仅支持Milvus类型知识库)详见[文档](https://xerrors.github.io/Yuxi/intro/evaluation.html)
|
||||
- 新增同名文件处理逻辑:遇到同名文件则在上传区域提示,是否删除旧文件
|
||||
- 新增生产环境部署脚本,固定 python 依赖版本,提升部署稳定性
|
||||
- 优化图谱可视化方式,统一图谱数据结构,统一使用基于 G6 的可视化方式,同时支持上传带属性的图谱文件,详见[文档](https://xerrors.github.io/Yuxi-Know/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)
|
||||
- 优化图谱可视化方式,统一图谱数据结构,统一使用基于 G6 的可视化方式,同时支持上传带属性的图谱文件,详见[文档](https://xerrors.github.io/Yuxi/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,支持异步操作
|
||||
- 优化 知识库详情页面,更加简洁清晰,增强文件下载功能
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ hero:
|
||||
link: /agents/agents-config
|
||||
- theme: alt
|
||||
text: GitHub
|
||||
link: https://github.com/xerrors/Yuxi-Know
|
||||
link: https://github.com/xerrors/Yuxi
|
||||
|
||||
features:
|
||||
- title: 🤖 智能体开发
|
||||
@ -51,5 +51,5 @@ Yuxi(语析)不是单一的问答页面,而是一个面向开发者与团
|
||||
|
||||
自动生成文档镜像:
|
||||
|
||||
- [Zread](https://zread.ai/xerrors/Yuxi-Know)
|
||||
- [DeepWiki](https://deepwiki.com/xerrors/Yuxi-Know)
|
||||
- [Zread](https://zread.ai/xerrors/Yuxi)
|
||||
- [DeepWiki](https://deepwiki.com/xerrors/Yuxi)
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
::: tip 提示
|
||||
除了此文档网站外,你还可以访问 [Zread](https://zread.ai/xerrors/Yuxi-Know) 或 [DeepWiki](https://deepwiki.com/xerrors/Yuxi-Know) 查看自动生成的详细项目文档。
|
||||
除了此文档网站外,你还可以访问 [Zread](https://zread.ai/xerrors/Yuxi) 或 [DeepWiki](https://deepwiki.com/xerrors/Yuxi) 查看自动生成的详细项目文档。
|
||||
:::
|
||||
|
||||
## 环境要求
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
```bash
|
||||
# 克隆最新版本
|
||||
git clone --branch v0.6.0.beta2 --depth 1 https://github.com/xerrors/Yuxi-Know.git
|
||||
cd Yuxi-Know
|
||||
git clone --branch v0.6.0.beta2 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||
cd Yuxi
|
||||
```
|
||||
|
||||
`--depth 1` 标志会创建一个浅克隆,仅包含最新的提交,从而显著减少下载时间和磁盘使用量。下表提供了版本选择的指导。
|
||||
|
||||
@ -1207,7 +1207,7 @@ const getAuthHeaders = () => {
|
||||
|
||||
const openDocLink = () => {
|
||||
window.open(
|
||||
'https://xerrors.github.io/Yuxi-Know/latest/advanced/document-processing.html',
|
||||
'https://xerrors.github.io/Yuxi/advanced/document-processing.html',
|
||||
'_blank',
|
||||
'noopener'
|
||||
)
|
||||
|
||||
@ -260,7 +260,7 @@ const goToLogin = () => {
|
||||
}
|
||||
|
||||
const openDocs = () => {
|
||||
window.open('https://xerrors.github.io/Yuxi-Know/', '_blank', 'noopener,noreferrer')
|
||||
window.open('https://xerrors.github.io/Yuxi/', '_blank', 'noopener,noreferrer')
|
||||
}
|
||||
|
||||
const toggleTheme = () => {
|
||||
|
||||
@ -186,7 +186,7 @@ const extraText = computed(() =>
|
||||
h(
|
||||
'a',
|
||||
{
|
||||
href: 'https://xerrors.github.io/Yuxi-Know/latest/intro/evaluation.html',
|
||||
href: 'https://xerrors.github.io/Yuxi/intro/evaluation.html',
|
||||
target: '_blank',
|
||||
rel: 'noopener noreferrer'
|
||||
},
|
||||
|
||||
@ -92,7 +92,7 @@ const extraText = computed(() =>
|
||||
h(
|
||||
'a',
|
||||
{
|
||||
href: 'https://xerrors.github.io/Yuxi-Know/latest/intro/evaluation.html',
|
||||
href: 'https://xerrors.github.io/Yuxi/intro/evaluation.html',
|
||||
target: '_blank',
|
||||
rel: 'noopener noreferrer'
|
||||
},
|
||||
|
||||
@ -69,7 +69,7 @@ const fetchGithubStars = async () => {
|
||||
try {
|
||||
isLoadingStars.value = true
|
||||
// 公共API,可以直接使用fetch
|
||||
const response = await fetch('https://api.github.com/repos/xerrors/Yuxi-Know')
|
||||
const response = await fetch('https://api.github.com/repos/xerrors/Yuxi')
|
||||
const data = await response.json()
|
||||
githubStars.value = data.stargazers_count
|
||||
} catch (error) {
|
||||
@ -205,7 +205,7 @@ provide('settingsModal', {
|
||||
<div class="github nav-item">
|
||||
<a-tooltip placement="right">
|
||||
<template #title>欢迎 Star</template>
|
||||
<a href="https://github.com/xerrors/Yuxi-Know" target="_blank" class="github-link">
|
||||
<a href="https://github.com/xerrors/Yuxi" target="_blank" class="github-link">
|
||||
<GithubOutlined class="icon" />
|
||||
<span v-if="githubStars > 0" class="github-stars">
|
||||
<span class="star-count">{{ (githubStars / 1000).toFixed(1) }}k</span>
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
<div class="github-link">
|
||||
<a href="https://github.com/xerrors/Yuxi-Know" target="_blank">
|
||||
<a href="https://github.com/xerrors/Yuxi" target="_blank">
|
||||
<svg height="20" width="20" viewBox="0 0 16 16" version="1.1">
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
@ -69,7 +69,7 @@
|
||||
<!-- <p class="description">{{ infoStore.branding.description }}</p> -->
|
||||
<div class="hero-actions">
|
||||
<button class="button-base primary" @click="goToChat">开始体验</button>
|
||||
<a class="doc-text-link" href="https://xerrors.github.io/Yuxi-Know/" target="_blank"
|
||||
<a class="doc-text-link" href="https://xerrors.github.io/Yuxi/" target="_blank"
|
||||
>查看文档</a
|
||||
>
|
||||
</div>
|
||||
@ -151,8 +151,8 @@ const router = useRouter()
|
||||
const userStore = useUserStore()
|
||||
const infoStore = useInfoStore()
|
||||
const agentStore = useAgentStore()
|
||||
const repoUrl = 'https://github.com/xerrors/Yuxi-Know'
|
||||
const faqUrl = 'https://xerrors.github.io/Yuxi-Know/'
|
||||
const repoUrl = 'https://github.com/xerrors/Yuxi'
|
||||
const faqUrl = 'https://xerrors.github.io/Yuxi/'
|
||||
|
||||
// 加载状态
|
||||
const isLoading = ref(true)
|
||||
@ -163,7 +163,7 @@ let badgeTimer = null
|
||||
let subtitleTimer = null
|
||||
let starsFetchController = null
|
||||
|
||||
const GITHUB_REPO_API = 'https://api.github.com/repos/xerrors/Yuxi-Know'
|
||||
const GITHUB_REPO_API = 'https://api.github.com/repos/xerrors/Yuxi'
|
||||
const GITHUB_STARS_TIMEOUT = 3000
|
||||
|
||||
const formatStars = (count) => {
|
||||
|
||||
@ -232,7 +232,7 @@
|
||||
<div class="footer-links">
|
||||
<a href="https://github.com/xerrors" target="_blank">联系我们</a>
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/xerrors/Yuxi-Know" target="_blank">使用帮助</a>
|
||||
<a href="https://github.com/xerrors/Yuxi" target="_blank">使用帮助</a>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
© {{ new Date().getFullYear() }} {{ brandName }}. All Rights Reserved.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user