From ea1760c0f6dea9001315fcd22e43a3da8459008d Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 19 Apr 2025 15:59:10 +0800 Subject: [PATCH] Update README --- README-zh.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index d345562f..47859f91 100644 --- a/README-zh.md +++ b/README-zh.md @@ -35,7 +35,7 @@ ## 安装 -### 安装LightRAG核心 +### 安装LightRAG Core * 从源代码安装(推荐) @@ -70,7 +70,7 @@ pip install -e ".[api]" **有关LightRAG服务器的更多信息,请参阅[LightRAG服务器](./lightrag/api/README.md)。** -## 快速开始 +## 快速开始 (仅对LightRAG Core) * [视频演示](https://www.youtube.com/watch?v=g21royNJ4fw)展示如何在本地运行LightRAG。 * 所有代码都可以在`examples`中找到。 diff --git a/README.md b/README.md index c3a43650..088f345d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ pip install -e ".[api]" **For more information about LightRAG Server, please refer to [LightRAG Server](./lightrag/api/README.md).** -## Quick Start +## Quick Start for LightRAG core only * [Video demo](https://www.youtube.com/watch?v=g21royNJ4fw) of running LightRAG locally. * All the code can be found in the `examples`.