mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 06:46:40 +08:00
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -205,7 +205,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
||||
<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?:collision: | Stable? |
|
||||
| ------------------- | --------------- | ----------------------------------------- | ------------------------ |
|
||||
| `v0.18.0` | ≈9 | :heavy_check_mark: | Stable release |
|
||||
| `v0.18.0-slim` | ≈2 | ❌ | Stable release |
|
||||
@ -216,6 +216,15 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
||||
</APITable>
|
||||
```
|
||||
|
||||
:::danger IMPORTANT
|
||||
:collision: The embedding models included in `v0.18.0` and `nightly` are:
|
||||
|
||||
- BAAI/bge-large-zh-v1.5
|
||||
- maidalun1020/bce-embedding-base_v1
|
||||
|
||||
Please note these two embedding models support both English and Chinese. If your knowledge base contains other languages, the performance may be COMPROMISED.
|
||||
:::
|
||||
|
||||
4. Check the server status after having the server up and running:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user