Update README
Browse files- README-zh.md +4 -0
- README.md +4 -0
- lightrag/api/README-zh.md +2 -0
- lightrag/api/README.md +2 -0
README-zh.md
CHANGED
@@ -60,9 +60,13 @@ pip install -e ".[api]"
|
|
60 |
```
|
61 |
git clone https://github.com/HKUDS/LightRAG.git
|
62 |
cd LightRAG
|
|
|
|
|
63 |
docker compose up
|
64 |
```
|
65 |
|
|
|
|
|
66 |
### 安装LightRAG Core
|
67 |
|
68 |
* 从源代码安装(推荐)
|
|
|
60 |
```
|
61 |
git clone https://github.com/HKUDS/LightRAG.git
|
62 |
cd LightRAG
|
63 |
+
cp env.example .env
|
64 |
+
# modify LLM and Embedding settings in .env
|
65 |
docker compose up
|
66 |
```
|
67 |
|
68 |
+
> 在此获取LightRAG docker镜像历史版本: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
|
69 |
+
|
70 |
### 安装LightRAG Core
|
71 |
|
72 |
* 从源代码安装(推荐)
|
README.md
CHANGED
@@ -96,9 +96,13 @@ pip install -e ".[api]"
|
|
96 |
```
|
97 |
git clone https://github.com/HKUDS/LightRAG.git
|
98 |
cd LightRAG
|
|
|
|
|
99 |
docker compose up
|
100 |
```
|
101 |
|
|
|
|
|
102 |
### Install LightRAG Core
|
103 |
|
104 |
* Install from source (Recommend)
|
|
|
96 |
```
|
97 |
git clone https://github.com/HKUDS/LightRAG.git
|
98 |
cd LightRAG
|
99 |
+
cp env.example .env
|
100 |
+
# modify LLM and Embedding settings in .env
|
101 |
docker compose up
|
102 |
```
|
103 |
|
104 |
+
> Historical versions of LightRAG docker images can be found here: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
|
105 |
+
|
106 |
### Install LightRAG Core
|
107 |
|
108 |
* Install from source (Recommend)
|
lightrag/api/README-zh.md
CHANGED
@@ -123,6 +123,8 @@ docker compose up
|
|
123 |
docker compose up --build
|
124 |
```
|
125 |
|
|
|
|
|
126 |
### 启动时自动扫描
|
127 |
|
128 |
当使用 `--auto-scan-at-startup` 参数启动任何服务器时,系统将自动:
|
|
|
123 |
docker compose up --build
|
124 |
```
|
125 |
|
126 |
+
> 在此获取LightRAG docker镜像历史版本: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
|
127 |
+
|
128 |
### 启动时自动扫描
|
129 |
|
130 |
当使用 `--auto-scan-at-startup` 参数启动任何服务器时,系统将自动:
|
lightrag/api/README.md
CHANGED
@@ -125,6 +125,8 @@ docker compose up
|
|
125 |
docker compose up --build
|
126 |
```
|
127 |
|
|
|
|
|
128 |
### Auto scan on startup
|
129 |
|
130 |
When starting any of the servers with the `--auto-scan-at-startup` parameter, the system will automatically:
|
|
|
125 |
docker compose up --build
|
126 |
```
|
127 |
|
128 |
+
> Historical versions of LightRAG docker images can be found here: [LightRAG Docker Images]( https://github.com/HKUDS/LightRAG/pkgs/container/lightrag)
|
129 |
+
|
130 |
### Auto scan on startup
|
131 |
|
132 |
When starting any of the servers with the `--auto-scan-at-startup` parameter, the system will automatically:
|