Update README
This commit is contained in:
@@ -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
|
||||
|
||||
* 从源代码安装(推荐)
|
||||
|
@@ -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)
|
||||
|
@@ -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` 参数启动任何服务器时,系统将自动:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user