mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user