diff --git a/README-zh.md b/README-zh.md index 0d71dcaf..5851c480 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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 * 从源代码安装(推荐) diff --git a/README.md b/README.md index beda9a88..af6f50a7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lightrag/api/README-zh.md b/lightrag/api/README-zh.md index 0037b224..5709a572 100644 --- a/lightrag/api/README-zh.md +++ b/lightrag/api/README-zh.md @@ -123,6 +123,8 @@ docker compose up docker compose up --build ``` +> 在此获取LightRAG docker镜像历史版本: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag) + ### 启动时自动扫描 当使用 `--auto-scan-at-startup` 参数启动任何服务器时,系统将自动: diff --git a/lightrag/api/README.md b/lightrag/api/README.md index 1449bded..7b4771cf 100644 --- a/lightrag/api/README.md +++ b/lightrag/api/README.md @@ -125,6 +125,8 @@ docker compose up 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 When starting any of the servers with the `--auto-scan-at-startup` parameter, the system will automatically: