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

Files changed (1) hide show
  1. 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
- ```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` | &approx;9 | :heavy_check_mark: | Stable release |
202
- | `v0.14.1-slim` | &approx;2 | ❌ | Stable release |
203
- | `v0.15.0-dev1` | &approx;9 | :heavy_check_mark: | *Unstable* beta release |
204
- | `v0.15.0-dev1-slim` | &approx;2 | ❌ | *Unstable* beta release |
205
- | `nightly` | &approx;9 | :heavy_check_mark: | *Unstable* nightly build |
206
- | `nightly-slim` | &approx;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
 
 
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` | &approx;9 | :heavy_check_mark: | Stable release |
202
+ | `v0.14.1-slim` | &approx;2 | ❌ | Stable release |
203
+ | `v0.15.0-dev1` | &approx;9 | :heavy_check_mark: | *Unstable* beta release |
204
+ | `v0.15.0-dev1-slim` | &approx;2 | ❌ | *Unstable* beta release |
205
+ | `nightly` | &approx;9 | :heavy_check_mark: | *Unstable* nightly build |
206
+ | `nightly-slim` | &approx;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