mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 02:29:03 +08:00
Fixed a display issue (#4030)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
78527acd88
commit
3b7d182720
@ -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
|
$ docker compose -f docker/docker-compose.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
```mdx-code-block
|
```mdx-code-block
|
||||||
<APITable>
|
<APITable>
|
||||||
```
|
```
|
||||||
|
|
||||||
| RAGFlow image tag | Image size (GB) | Has embedding models and Python packages? | Stable? |
|
| 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` | ≈9 | :heavy_check_mark: | Stable release |
|
||||||
| `v0.14.1-slim` | ≈2 | ❌ | Stable release |
|
| `v0.14.1-slim` | ≈2 | ❌ | Stable release |
|
||||||
| `v0.15.0-dev1` | ≈9 | :heavy_check_mark: | *Unstable* beta release |
|
| `v0.15.0-dev1` | ≈9 | :heavy_check_mark: | *Unstable* beta release |
|
||||||
| `v0.15.0-dev1-slim` | ≈2 | ❌ | *Unstable* beta release |
|
| `v0.15.0-dev1-slim` | ≈2 | ❌ | *Unstable* beta release |
|
||||||
| `nightly` | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
|
| `nightly` | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
|
||||||
| `nightly-slim` | ≈2 | ❌ | *Unstable* nightly build |
|
| `nightly-slim` | ≈2 | ❌ | *Unstable* nightly build |
|
||||||
|
|
||||||
```mdx-code-block
|
```mdx-code-block
|
||||||
</APITable>
|
</APITable>
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Check the server status after having the server up and running:
|
4. Check the server status after having the server up and running:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user