infiniflow / ragflow

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

[Question]: ragflow-server failed to start: 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' #3418

Open lzc970718 opened 2 weeks ago

lzc970718 commented 2 weeks ago

Describe your problem

想运行带embedding的镜像,按照readme里面的方式,修改了RAGFLOW_IMAGE=infiniflow/ragflow:dev,启动ragflow-server会报错找不到service_conf这个文件,我手动把这个文件拷进去,运行则会报错连不上es01,这是为什么?我运行dev-slim这个版本是没有问题可以正常使用的。

JinHai-CN commented 2 weeks ago

We didn't meet this issue before. Try to follow the install instruction to setup the environment again.

JinHai-CN commented 2 weeks ago

As for the ES connection issues, following reasons can be considered:

  1. ES is 'down'
  2. Domain name can be resolved, check if /etc/hosts is updated. Or IP address / port is mismatched.
Joctor commented 2 weeks ago

Same issue. Solved by using: RAGFLOW_IMAGE=swr.cn-north-4.myhuaweicloud.com/infiniflow/ragflow:dev

Oceanhuhy commented 2 weeks ago

遇到了相同的问题,v0.13.0版本,进入argflow-server容器内,进入/ragflow/conf/service_conf.yaml,文件链接到/ragflow/docker/service.yaml,发现并没有这个路径及文件存在

RichardCapricorn commented 2 weeks ago

Same here. v0.13.0 and 0.13.0-slim didn't work, dev and dev-slim works.

KevinHuSh commented 2 weeks ago

docker pull the dev version of image and git pull the latest code.

Describe your problem

想运行带embedding的镜像,按照readme里面的方式,修改了RAGFLOW_IMAGE=infiniflow/ragflow:dev,启动ragflow-server会报错找不到service_conf这个文件,我手动把这个文件拷进去,运行则会报错连不上es01,这是为什么?我运行dev-slim这个版本是没有问题可以正常使用的。

Childelikep commented 1 week ago

运行slim会出现这个情况,但是运行老版本就没有问题