From 163bc888209b4369715173d5983bee0eed995060 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Tue, 14 Oct 2025 16:37:25 +0800 Subject: [PATCH] Update quick-start.md --- docs/intro/quick-start.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/intro/quick-start.md b/docs/intro/quick-start.md index 69750198..3fc9bec0 100644 --- a/docs/intro/quick-start.md +++ b/docs/intro/quick-start.md @@ -1,15 +1,17 @@ # 快速开始指南 +::: tip 提示 +除了此文档网站外,小伙伴们还可以在 [Zread](https://zread.ai/xerrors/Yuxi-Know) 或 [DeepWiki](https://deepwiki.com/xerrors/Yuxi-Know) 平台查看自动生成的详细项目文档。 +::: ## 快速开始 -::: tip 提示 -项目采用微服务架构,核心服务无需 GPU 支持。GPU 仅用于可选的 OCR 服务和本地模型推理,可通过环境变量配置外部服务。 -::: ### 安装步骤 +项目采用微服务架构,核心服务无需 GPU 支持。GPU 仅用于可选的 OCR 服务和本地模型推理,可通过环境变量配置外部服务。 + #### 1. 获取项目代码 ```bash