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

@@ -84,11 +84,21 @@ pip install "lightrag-hku[api]"
* Installation from Source
```bash
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
# create a Python virtual enviroment if neccesary
# Install in editable mode with API support
pip install -e ".[api]"
```
* Launching the LightRAG Server with Docker Compose
```
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
docker compose up
```
### Install LightRAG Core
* Install from source (Recommend)
@@ -108,7 +118,7 @@ pip install lightrag-hku
### Quick Start for LightRAG Server
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 for LightRAG core