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