[Question]: HEAD http://localhost:1200/ragflow_bd8362ad287f11f09a8728c5d23000bb [status:404 duration:0.007s]
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (Language Policy).
- [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- [x] Please do not modify this template :) and fill in all the required fields.
Describe your problem
want a help. i setup the local environment by readme. mysql on 5445 port, es on 1200, redis on 6379, minio on 9000, all of them run successfully in docker. but when i parse the document i uploaded, it will raise an log in the terminal. i don't know why.
Hello @qtencent7! I'm here to assist you with any bugs or questions you have while you wait for a human maintainer. Feel free to share what you need help with!
The 404 status error you're encountering might be due to an incorrect IP address or port number. Ensure that you are using the correct endpoint. If you are using the default configurations, you should access the service using http://<IP_OF_YOUR_MACHINE> without specifying any port number, as the default setup does not require it [1].
Additionally, verify that the port configurations in your setup match the expected defaults for each service. For example, Elasticsearch should be on port 9200, not 1200 [2]. Double-check your service_conf.yaml.template and docker/.env files to ensure all service endpoints and ports are correctly configured [2][3].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
This means ES can't find the index you built previously.
@qtencent7 Hi! Have you solved the problem? I have encountered the same one.
i just do some research on that repo, follow my interest at that time. now, i don't continue to research that. sorry
Launch the RAGFlow backend service https://ragflow.io/docs/dev/launch_ragflow_from_source
have tow backend service, you only run one backend service :
one : python api/ragflow_server.py;
two : JEMALLOC_PATH=$(pkg-config --variable=libdir jemalloc)/libjemalloc.so; LD_PRELOAD=$JEMALLOC_PATH python rag/svr/task_executor.py 1;
OK