infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
18.18k stars 1.84k forks source link

[Question]: Why do I need to connect to the Internet for normal use? #2474

Open Awsmsniper opened 1 week ago

Awsmsniper commented 1 week ago

Describe your problem

If I do not connect to the Internet, I will not be able to deploy normally (I have imported the docker image offline), and after the deployment, if I do not connect to the Internet, I still cannot parse the document normally.Why is that? @yingfeng @yuzhichang @rantav @netyum @

KevinHuSh commented 1 week ago

What is the error message of parsing if you're out of internet?

Awsmsniper commented 1 week ago

What is the error message of parsing if you're out of internet?

If I disconnect from the Internet for deployment, I can't get to the login page after starting with docker compose. In addition, if I use the Internet to complete the deployment and enter the login, and then disconnect the Internet, after the knowledge base imports the document, I will not be able to parse, and I will always be stuck in "parsing".

ndtai2510 commented 1 week ago

I encountered a similar issue. When I disconnected from the internet and uploaded a Word file to the knowledge base, the parsing status got stuck at 'parsing 8.04%'. I have checked, and the MinIO service is still running.

mingyonga8 commented 5 days ago

我遇到了类似的问题。当我断开互联网连接并将 Word 文件上传到知识库时,解析状态卡在“解析 8.04%”。我检查了一下,MinIO 服务仍在运行。

embeding 模型选择本地的 就可以解析力,例如Ollama 环境部署的模型。