mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
Updated how to handle stalled file parsing (#851)
### What problem does this PR solve? Refresh file parsing if it is stalled. ### Type of change - [x] Documentation Update
This commit is contained in:
parent
16fa7db737
commit
25781113f9
16
docs/faq.md
16
docs/faq.md
@ -186,12 +186,14 @@ Parsing requests have to wait in queue due to limited server resources. We are c
|
|||||||
|
|
||||||
If your RAGFlow is deployed *locally*, try the following:
|
If your RAGFlow is deployed *locally*, try the following:
|
||||||
|
|
||||||
1. Check the log of your RAGFlow server to see if it is running properly:
|
1. Click the red cross icon next to **Parsing Status** and refresh the file parsing process.
|
||||||
```bash
|
2. If the issue still persists, try the following:
|
||||||
docker logs -f ragflow-server
|
- check the log of your RAGFlow server to see if it is running properly:
|
||||||
```
|
```bash
|
||||||
2. Check if the **task_executor.py** process exists.
|
docker logs -f ragflow-server
|
||||||
3. Check if your RAGFlow server can access hf-mirror.com or huggingface.com.
|
```
|
||||||
|
- Check if the **task_executor.py** process exists.
|
||||||
|
- Check if your RAGFlow server can access hf-mirror.com or huggingface.com.
|
||||||
|
|
||||||
#### 4.5 Why does my pdf parsing stall near completion, while the log does not show any error?
|
#### 4.5 Why does my pdf parsing stall near completion, while the log does not show any error?
|
||||||
|
|
||||||
@ -264,7 +266,7 @@ This is because you forgot to update the `vm.max_map_count` value in **/etc/sysc
|
|||||||
|
|
||||||
#### 4.11 `{"data":null,"retcode":100,"retmsg":"<NotFound '404: Not Found'>"}`
|
#### 4.11 `{"data":null,"retcode":100,"retmsg":"<NotFound '404: Not Found'>"}`
|
||||||
|
|
||||||
Your IP address or port number may be incorrect. If you are using the default configurations, enter http://<IP_OF_YOUR_MACHINE> (**NOT 9380, AND NO PORT NUMBER REQUIRED!**) in your browser. This should work.
|
Your IP address or port number may be incorrect. If you are using the default configurations, enter `http://<IP_OF_YOUR_MACHINE>` (**NOT 9380, AND NO PORT NUMBER REQUIRED!**) in your browser. This should work.
|
||||||
|
|
||||||
#### 4.12 `Ollama - Mistral instance running at 127.0.0.1:11434 but cannot add Ollama as model in RagFlow`
|
#### 4.12 `Ollama - Mistral instance running at 127.0.0.1:11434 but cannot add Ollama as model in RagFlow`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user