From e5cfe7fb8f507f4b7a8082dbb4aabc0db5c30919 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:57:32 +0800 Subject: [PATCH] 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 --- docs/faq.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/faq.mdx b/docs/faq.mdx index e52ff1cda0..d6a5eac402 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -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: