Update README

This commit is contained in:
yangdx
2025-04-19 15:59:10 +08:00
parent 4fd40fd798
commit ea1760c0f6
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
## 安装 ## 安装
### 安装LightRAG核心 ### 安装LightRAG Core
* 从源代码安装(推荐) * 从源代码安装(推荐)
@@ -70,7 +70,7 @@ pip install -e ".[api]"
**有关LightRAG服务器的更多信息请参阅[LightRAG服务器](./lightrag/api/README.md)。** **有关LightRAG服务器的更多信息请参阅[LightRAG服务器](./lightrag/api/README.md)。**
## 快速开始 ## 快速开始 (仅对LightRAG Core)
* [视频演示](https://www.youtube.com/watch?v=g21royNJ4fw)展示如何在本地运行LightRAG。 * [视频演示](https://www.youtube.com/watch?v=g21royNJ4fw)展示如何在本地运行LightRAG。
* 所有代码都可以在`examples`中找到。 * 所有代码都可以在`examples`中找到。

View File

@@ -106,7 +106,7 @@ pip install -e ".[api]"
**For more information about LightRAG Server, please refer to [LightRAG Server](./lightrag/api/README.md).** **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. * [Video demo](https://www.youtube.com/watch?v=g21royNJ4fw) of running LightRAG locally.
* All the code can be found in the `examples`. * All the code can be found in the `examples`.