Update README
This commit is contained in:
10
README-zh.md
10
README-zh.md
@@ -48,11 +48,21 @@ pip install "lightrag-hku[api]"
|
||||
* 从源代码安装
|
||||
|
||||
```bash
|
||||
git clone https://github.com/HKUDS/LightRAG.git
|
||||
cd LightRAG
|
||||
# 如有必要,创建Python虚拟环境
|
||||
# 以可编辑模式安装并支持API
|
||||
pip install -e ".[api]"
|
||||
```
|
||||
|
||||
* 使用 Docker Compose 启动 LightRAG 服务器
|
||||
|
||||
```
|
||||
git clone https://github.com/HKUDS/LightRAG.git
|
||||
cd LightRAG
|
||||
docker compose up
|
||||
```
|
||||
|
||||
### 安装LightRAG Core
|
||||
|
||||
* 从源代码安装(推荐)
|
||||
|
Reference in New Issue
Block a user