[Question]: Which service is the interface requested by the remote_call function in resume.py, and how to start this service when the local source code is started?
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
Hello @suqisuqi! I'm here to help you with any bugs, questions, or contributions you have. I'm an expert bot and I'm ready to assist you while you wait for a human maintainer.
The service that the remote_call function in resume.py interacts with is expected to be running at http://127.0.0.1:61670/tog. However, the specific service that listens on this port is not clearly defined in the available information. The module responsible for handling HTTP requests in the RAGFlow codebase is api/ragflow_server.py, which uses the run_simple function to start the HTTP server. The port configuration is likely set in the settings module, but the exact port number 61670 is not mentioned in the provided context [1].
To start the service when the local source code is initiated, you would typically need to ensure that the server defined in api/ragflow_server.py is running. This involves setting up the environment and configurations as specified in the repository's configuration files, such as service_conf.yaml.template and environment variables like SVR_HTTP_PORT. These configurations are crucial for customizing the server setup [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
resume解析提取这一部分后续会开源不?
No plan yet.
Does this mean the resume parser isn’t available in the current open-source version?