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 git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG cd LightRAG
cp env.example .env
# modify LLM and Embedding settings in .env
docker compose up docker compose up
``` ```
> 在此获取LightRAG docker镜像历史版本: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
### 安装LightRAG Core ### 安装LightRAG Core
* 从源代码安装(推荐) * 从源代码安装(推荐)

View File

@@ -96,9 +96,13 @@ pip install -e ".[api]"
``` ```
git clone https://github.com/HKUDS/LightRAG.git git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG cd LightRAG
cp env.example .env
# modify LLM and Embedding settings in .env
docker compose up 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 LightRAG Core
* Install from source (Recommend) * Install from source (Recommend)

View File

@@ -123,6 +123,8 @@ docker compose up
docker compose up --build docker compose up --build
``` ```
> 在此获取LightRAG docker镜像历史版本: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
### 启动时自动扫描 ### 启动时自动扫描
当使用 `--auto-scan-at-startup` 参数启动任何服务器时,系统将自动: 当使用 `--auto-scan-at-startup` 参数启动任何服务器时,系统将自动:

View File

@@ -125,6 +125,8 @@ docker compose up
docker compose up --build docker compose up --build
``` ```
> Historical versions of LightRAG docker images can be found here: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
### Auto scan on startup ### Auto scan on startup
When starting any of the servers with the `--auto-scan-at-startup` parameter, the system will automatically: When starting any of the servers with the `--auto-scan-at-startup` parameter, the system will automatically: