[Question]: OSError: [Errno loading yaml file config from /ragflow/conf/service_conf.yaml failed:] [Errno 2] No such file or directory: '/ragflow/conf/service_conf.yaml'
Describe your problem
help me
You need to COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template in dockerfile.
same issue, not solve yet, help!
You need to
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.templatein dockerfile.
I also encounter this issue, but I found that there is this instructions in Dockerfile.
求求 我 执行了 命令但是还是报错 cp docker/service_conf.yaml.template ./conf/service_conf.yaml.template
文件好像 也有 有大佬 解决吗
文件好像 也有 有大佬 解决吗
It is suggested to use the latest version, e.g. v0.16
建议使用最新版本,例如 v0.16
使用的最新版本0.16,同样的报错,启动服务器成功,有两个警告,再次确认服务器状态时报错:FileNotFoundError: [Errno 2] No such file or directory: '/ragflow/conf/service_conf.yaml'
相同问题,尝试最新版本v0.17.0解决了