Update README

This commit is contained in:
yangdx
2025-05-14 14:42:52 +08:00
parent 8ca6325ff3
commit b9c25dfeb0
4 changed files with 12 additions and 0 deletions

View File

@@ -60,9 +60,13 @@ pip install -e ".[api]"
```
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
cp env.example .env
# modify LLM and Embedding settings in .env
docker compose up
```
> 在此获取LightRAG docker镜像历史版本: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
### 安装LightRAG Core
* 从源代码安装(推荐)