소스 검색

Added FAQ why document parsing gets stuck (#385)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
tags/v0.2.0
writinwaters 1 년 전
부모
커밋
582340a184
No account linked to committer's email address
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      docs/faq.md

+ 11
- 0
docs/faq.md 파일 보기

@@ -90,6 +90,17 @@ Ignore this warning and continue. All system warnings can be ignored.

Parsing requests have to wait in queue due to limited server resources. We are currently enhancing our algorithms and increasing computing power.

### Why does my document parsing stall at under one percent?

If your RAGFlow is deployed *locally*, try the following:

1. Check the log of your RAGFlow server to see if it is running properly:
```bash
docker logs -f ragflow-server
```
2. Check if the **tast_executor.py** process exist.
3. Check if your RAGFlow server can access hf-mirror.com or huggingface.com.

### How to handle `Index failure`?

An index failure usually indicates an unavailable Elasticsearch service.

Loading…
취소
저장