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

@@ -96,9 +96,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
```
> Historical versions of LightRAG docker images can be found here: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
### Install LightRAG Core
* Install from source (Recommend)