Docs: Added instructions on cross-language search (#7812) (#7813)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-23 14:32:13 +08:00
committed by GitHub
parent db8a3f3480
commit 40423878eb
8 changed files with 56 additions and 4 deletions

View File

@ -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` | &approx;9 | :heavy_check_mark: | Stable release |
| `v0.18.0-slim` | &approx;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