Docs: Update version references to v0.25.0 in READMEs and docs (#14257)

### What problem does this PR solve?

- Update version tags in README files (including translations) from
v0.24.0 to v0.25.0
- Modify Docker image references and documentation to reflect new
version
- Update version badges and image descriptions
- Maintain consistency across all language variants of README files

### Type of change

- [x] Documentation Update
This commit is contained in:
Liu An
2026-04-21 17:26:50 +08:00
committed by GitHub
parent afdf0814d7
commit a33d0737cd
30 changed files with 73 additions and 73 deletions

View File

@@ -33,7 +33,7 @@ uv pip install sdk/python
```env
COMPOSE_PROFILES=${COMPOSE_PROFILES},tei-cpu
TEI_MODEL=BAAI/bge-small-en-v1.5
RAGFLOW_IMAGE=infiniflow/ragflow:v0.24.0 #Replace with the image you are using
RAGFLOW_IMAGE=infiniflow/ragflow:v0.25.0 #Replace with the image you are using
```