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

[Bug]: Can't find service_conf.yaml when deploy RAGFlow. #2587

Closed CoderJzy closed 1 day ago

CoderJzy commented 2 days ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

dda1367ab217b451f5365b0afabad04a5c4a7374

Other environment information

No response

Actual behavior

在按照本地部署的流程执行到bash docker/entrypoint.sh的时候会报conf下的service_conf.yaml找不到 image

然后我看了一下conf目录下是存在一个指向docker/service_conf.yaml的软链接文件的,但是在运行的时候会显示找不到。然后我尝试把docker目录下的service_conf.yaml复制到conf目录下后,就可以正常部署了,不知道这算不算个bug。

Expected behavior

No response

Steps to reproduce

按照README.md的本地部署流程,运行到bash docker/entrypoint.sh时

Additional information

No response

yuzhichang commented 1 day ago

@CoderJzy Please try latest main.