Doc: Updated a 0.25-specific faq (#14365)

### What problem does this PR solve?

Updated a 0.25 faq.

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2026-04-24 20:57:32 +08:00
committed by GitHub
parent 7fb6a12067
commit e5cfe7fb8f

View File

@@ -147,10 +147,19 @@ When debugging your chat assistant, you can use AI search as a reference to veri
---
### Get a `Request error 404: undefined` when upgrading to v0.25.0
To resolve this issue, do either of the following:
- Pull the latest source code from the [main branch](https://github.com/infiniflow/ragflow), then pull and start the v0.25.0 image.
- Update `RAGFLOW_IMAGE` from `infiniflow/ragflow:latest` to `infiniflow/ragflow:v0.25.0` in the [.env file](https://github.com/infiniflow/ragflow/blob/main/docker/.env), then restart the service.
### How to build the RAGFlow image from scratch?
See [Build a RAGFlow Docker image](./develop/build_docker_image.mdx).
---
### Cannot access https://huggingface.co
A locally deployed RAGFlow downloads OCR models from [Huggingface website](https://huggingface.co) by default. If your machine is unable to access this site, the following error occurs and PDF parsing fails: