Update README

This commit is contained in:
yangdx
2025-05-14 11:29:46 +08:00
parent 313b7d5423
commit db125c3764
4 changed files with 102 additions and 48 deletions

View File

@@ -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
* 从源代码安装(推荐)