Replies: 2 comments
-
|
Yes, this startup behavior is normal for RAGFlow when using Docker Compose, especially on first launch or after database migrations. The system downloads dependencies (like PyTorch for GPU acceleration) from the Tsinghua University PyPI mirror, which can cause initial delays. The warning about the missing If the delay persists or the service keeps restarting, check database permissions, version consistency, and Docker configuration. Otherwise, just waiting for the initialization to finish is the correct approach. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
If you can access ragflow, then no worries. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After I using the ‘docker compose -f docker-compose.yml up -d’ and check the log of container, it shows downloading something at [https://pypi.tuna.tsinghua.edu.cn] (something related to pytorch? becauses i used GPU to accelerate the DeepDoc?) and WARNING 23 DB is not ready yet: (1146, "Table 'rag_flow.sync_logs' doesn't exist"). When using try to access it showing 502 gateway error. But after i wait for about 3mins the 'RAGFlow' shown in log the i can access it successfully. Is it normal?
Beta Was this translation helpful? Give feedback.
All reactions