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: