From 3b7d18272016b8286b7652f2a1df163d02dd0e90 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:11:52 +0800 Subject: [PATCH] Fixed a display issue (#4030) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/quickstart.mdx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 67f690137..edc360700 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -192,22 +192,22 @@ This section provides instructions on setting up the RAGFlow server on Linux. If $ docker compose -f docker/docker-compose.yml up -d ``` - ```mdx-code-block - - ``` +```mdx-code-block + +``` - | RAGFlow image tag | Image size (GB) | Has embedding models and Python packages? | Stable? | - | ------------------- | --------------- | ----------------------------------------- | ------------------------ | - | `v0.14.1` | ≈9 | :heavy_check_mark: | Stable release | - | `v0.14.1-slim` | ≈2 | ❌ | Stable release | - | `v0.15.0-dev1` | ≈9 | :heavy_check_mark: | *Unstable* beta release | - | `v0.15.0-dev1-slim` | ≈2 | ❌ | *Unstable* beta release | - | `nightly` | ≈9 | :heavy_check_mark: | *Unstable* nightly build | - | `nightly-slim` | ≈2 | ❌ | *Unstable* nightly build | +| RAGFlow image tag | Image size (GB) | Has embedding models and Python packages? | Stable? | +| ------------------- | --------------- | ----------------------------------------- | ------------------------ | +| `v0.14.1` | ≈9 | :heavy_check_mark: | Stable release | +| `v0.14.1-slim` | ≈2 | ❌ | Stable release | +| `v0.15.0-dev1` | ≈9 | :heavy_check_mark: | *Unstable* beta release | +| `v0.15.0-dev1-slim` | ≈2 | ❌ | *Unstable* beta release | +| `nightly` | ≈9 | :heavy_check_mark: | *Unstable* nightly build | +| `nightly-slim` | ≈2 | ❌ | *Unstable* nightly build | - ```mdx-code-block - - ``` +```mdx-code-block + +``` 4. Check the server status after having the server up and running: