ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[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?

Open suqisuqi opened this issue 9 months ago • 3 comments

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

Image

suqisuqi avatar Apr 02 '25 01:04 suqisuqi

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

dosubot[bot] avatar Apr 02 '25 01:04 dosubot[bot]

resume解析提取这一部分后续会开源不?

gitriver avatar Apr 02 '25 12:04 gitriver

No plan yet.

KevinHuSh avatar Apr 03 '25 02:04 KevinHuSh

Does this mean the resume parser isn’t available in the current open-source version?

hrchu avatar May 16 '25 03:05 hrchu