mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-06 03:18:36 +08:00
Doc: Updated frequently asked questions and answers. (#14085)
### What problem does this PR solve? Updated frequently asked questions. ### Type of change - [x] Documentation Update
This commit is contained in:
14
docs/faq.mdx
14
docs/faq.mdx
@@ -195,6 +195,20 @@ This error suggests that you do not have Internet access or are unable to connec
|
||||
|
||||
---
|
||||
|
||||
### `RuntimeError: Unable to start Tika server.`
|
||||
|
||||
This error is almost always caused by Java not being installed or not accessible in the environment. See [here](https://github.com/infiniflow/ragflow/issues/13194) for detailed instructions.
|
||||
|
||||
---
|
||||
|
||||
### `Cannot stat '/etc/nginx/conf.d/ragflow.conf.python': No such file or directory`
|
||||
|
||||
To resolve this, either download the missing file from the corresponding tag on [GitHub](https://github.com/infiniflow/ragflow) or update `~/ragflow/docker/docker-compose.yml` as follows:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### `WARNING: can't find /ragflow/rag/res/borker.tm`
|
||||
|
||||
Ignore this warning and continue. All system warnings can be ignored.
|
||||
|
||||
Reference in New Issue
Block a user