writinwaters
commited on
Commit
Β·
785c808
1
Parent(s):
b640ac6
Fixed a display issue (#4030)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- docs/quickstart.mdx +16 -16
docs/quickstart.mdx
CHANGED
@@ -192,22 +192,22 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
|
192 |
$ docker compose -f docker/docker-compose.yml up -d
|
193 |
```
|
194 |
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
|
212 |
4. Check the server status after having the server up and running:
|
213 |
|
|
|
192 |
$ docker compose -f docker/docker-compose.yml up -d
|
193 |
```
|
194 |
|
195 |
+
```mdx-code-block
|
196 |
+
<APITable>
|
197 |
+
```
|
198 |
+
|
199 |
+
| RAGFlow image tag | Image size (GB) | Has embedding models and Python packages? | Stable? |
|
200 |
+
| ------------------- | --------------- | ----------------------------------------- | ------------------------ |
|
201 |
+
| `v0.14.1` | ≈9 | :heavy_check_mark: | Stable release |
|
202 |
+
| `v0.14.1-slim` | ≈2 | β | Stable release |
|
203 |
+
| `v0.15.0-dev1` | ≈9 | :heavy_check_mark: | *Unstable* beta release |
|
204 |
+
| `v0.15.0-dev1-slim` | ≈2 | β | *Unstable* beta release |
|
205 |
+
| `nightly` | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
|
206 |
+
| `nightly-slim` | ≈2 | β | *Unstable* nightly build |
|
207 |
+
|
208 |
+
```mdx-code-block
|
209 |
+
</APITable>
|
210 |
+
```
|
211 |
|
212 |
4. Check the server status after having the server up and running:
|
213 |
|