mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 15:45:08 +08:00
UI updates + RAGFlow image description (#3995)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
20
README_ko.md
20
README_ko.md
@ -151,19 +151,15 @@
|
||||
$ cd ragflow
|
||||
$ docker compose -f docker/docker-compose.yml up -d
|
||||
```
|
||||
|
||||
|
||||
| RAGFLOW_IMAGE tag in docker/.env | size | Including embedding models and related Python packages? | comments |
|
||||
| -------------------------------- | ----- | ------------------------------------------------------- | ---------------------- |
|
||||
| v0.14.1 | ~9 GB | YES | stable release |
|
||||
| v0.14.1-slim | ~2 GB | NO | stable release |
|
||||
| v0.15.0-dev1 | ~9 GB | YES | unstable beta release |
|
||||
| v0.15.0-dev1-slim | ~2 GB | NO | unstable beta release |
|
||||
| nightly | ~9 GB | YES | unstable nightly build |
|
||||
| nightly-slim | ~2 GB | NO | unstable nightly build |
|
||||
|
||||
|
||||
|
||||
| RAGFlow image tag | Image size (GB) | Has embedding models? | 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 |
|
||||
|
||||
4. 서버가 시작된 후 서버 상태를 확인하세요:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user